mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
11 lines
253 B
CMake
11 lines
253 B
CMake
target_sources(omath PRIVATE
|
|
matrix.cpp
|
|
color.cpp
|
|
)
|
|
|
|
add_subdirectory(projectile_prediction)
|
|
add_subdirectory(pathfinding)
|
|
add_subdirectory(projection)
|
|
add_subdirectory(collision)
|
|
add_subdirectory(engines)
|
|
add_subdirectory(3d_primitives) |