mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
9 lines
195 B
CMake
9 lines
195 B
CMake
target_sources(omath PRIVATE
|
|
Vector3.cpp
|
|
matrix.cpp
|
|
color.cpp
|
|
Vector4.cpp)
|
|
|
|
add_subdirectory(prediction)
|
|
add_subdirectory(pathfinding)
|
|
add_subdirectory(projection) |