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