mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
10 lines
215 B
CMake
10 lines
215 B
CMake
target_sources(omath PRIVATE
|
|
Vector3.cpp
|
|
Matrix.cpp
|
|
color.cpp
|
|
Vector4.cpp
|
|
Vector2.cpp)
|
|
|
|
add_subdirectory(prediction)
|
|
add_subdirectory(pathfinding)
|
|
add_subdirectory(projection) |