mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 15:23:26 +00:00
12 lines
368 B
CMake
12 lines
368 B
CMake
add_subdirectory(example_barycentric)
|
|
add_subdirectory(example_glfw3)
|
|
add_subdirectory(example_proj_mat_builder)
|
|
add_subdirectory(example_signature_scan)
|
|
add_subdirectory(example_hud)
|
|
|
|
if(OMATH_ENABLE_VALGRIND)
|
|
omath_setup_valgrind(example_projection_matrix_builder)
|
|
omath_setup_valgrind(example_signature_scan)
|
|
omath_setup_valgrind(example_glfw3)
|
|
endif()
|