2018-04-02 01:06:50 +02:00
|
|
|
add_executable(pwcore_test_matrix
|
|
|
|
pwcore_test_matrix.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(pwcore_test_matrix
|
|
|
|
pwcore)
|
|
|
|
|
2019-01-22 14:16:03 +01:00
|
|
|
add_executable(pwcore_test_vector
|
|
|
|
pwcore_test_vector.cpp
|
|
|
|
)
|
2018-04-02 01:06:50 +02:00
|
|
|
|
2019-01-22 14:16:03 +01:00
|
|
|
target_link_libraries(pwcore_test_vector
|
|
|
|
pwcore)
|
2018-04-02 01:06:50 +02:00
|
|
|
|
|
|
|
|
2019-01-22 14:16:03 +01:00
|
|
|
add_executable(pwcore_test_quaternion
|
|
|
|
pwcore_test_quaternion.cpp
|
|
|
|
)
|
2018-04-02 01:06:50 +02:00
|
|
|
|
2019-01-22 14:16:03 +01:00
|
|
|
target_link_libraries(pwcore_test_quaternion
|
|
|
|
pwcore)
|
2018-04-02 01:06:50 +02:00
|
|
|
|
|
|
|
|
2019-01-22 14:16:03 +01:00
|
|
|
add_executable(pwcore_test_axisangle
|
|
|
|
pwcore_test_axisangle.cpp
|
|
|
|
)
|
2018-04-02 01:06:50 +02:00
|
|
|
|
2019-01-22 14:16:03 +01:00
|
|
|
target_link_libraries(pwcore_test_axisangle
|
|
|
|
pwcore)
|