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