mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
10 lines
221 B
CMake
10 lines
221 B
CMake
target_sources(omath PRIVATE
|
|
matrix.cpp
|
|
color.cpp
|
|
)
|
|
|
|
add_subdirectory(projectile_prediction)
|
|
add_subdirectory(pathfinding)
|
|
add_subdirectory(projection)
|
|
add_subdirectory(collision)
|
|
add_subdirectory(engines) |