pixwerx/src/core/tests/CMakeLists.txt

30 lines
474 B
Text
Raw Normal View History

add_executable(pwcore_test_matrix
pwcore_test_matrix.cpp
)
target_link_libraries(pwcore_test_matrix
pwcore)
add_executable(pwcore_test_vector
pwcore_test_vector.cpp
)
target_link_libraries(pwcore_test_vector
pwcore)
add_executable(pwcore_test_quaternion
pwcore_test_quaternion.cpp
)
target_link_libraries(pwcore_test_quaternion
pwcore)
2019-01-18 22:04:14 +01:00
add_executable(pwcore_test_axisangle
pwcore_test_axisangle.cpp
)
2019-01-18 22:04:14 +01:00
target_link_libraries(pwcore_test_axisangle
pwcore)