mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 23:13:26 +00:00
8 lines
155 B
CMake
8 lines
155 B
CMake
target_sources(omath PRIVATE
|
|
Vector3.cpp
|
|
matrix.cpp
|
|
angles.cpp
|
|
color.cpp
|
|
Vector4.cpp)
|
|
|
|
add_subdirectory(prediction) |