mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
4 lines
166 B
CMake
4 lines
166 B
CMake
project(examples)
|
|
|
|
add_executable(ExampleProjectionMatrixBuilder ExampleProjMatBuilder.cpp)
|
|
target_link_libraries(ExampleProjectionMatrixBuilder PRIVATE omath::omath) |