mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
13 lines
281 B
CMake
13 lines
281 B
CMake
target_sources(omath PRIVATE
|
|
Vector3.cpp
|
|
Matrix.cpp
|
|
color.cpp
|
|
Vector4.cpp
|
|
Vector2.cpp
|
|
)
|
|
|
|
add_subdirectory(projectile_prediction)
|
|
add_subdirectory(pathfinding)
|
|
add_subdirectory(projection)
|
|
add_subdirectory(collision)
|
|
add_subdirectory(engines) |