Files
omath/examples/CMakeLists.txt
2025-03-19 19:16:22 +03:00

4 lines
166 B
CMake

project(examples)
add_executable(ExampleProjectionMatrixBuilder ExampleProjMatBuilder.cpp)
target_link_libraries(ExampleProjectionMatrixBuilder PRIVATE omath::omath)