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