This commit is contained in:
Hartmut Seichter 2024-07-13 00:29:47 +02:00
parent 2919c47e99
commit 114f17a499
13 changed files with 327 additions and 519 deletions

View file

@ -1,15 +1,13 @@
macro(make_test arg1)
add_executable(${arg1}
${arg1}.cpp
)
target_link_libraries(${arg1}
pwcore)
add_executable(${arg1} ${arg1}.cpp)
target_link_libraries(${arg1} pwcore)
endmacro()
# make_test(pwcore_test_matrix)
make_test(pwcore_test_vector)
make_test(pwcore_test_matrix)
make_test(pwcore_test_axisangle)
# make_test(pwcore_test_quaternion)
make_test(pwcore_test_quaternion)
make_test(pwcore_test_color)
# make_test(pwcore_test_transform_tools)
# make_test(pwcore_test_mesh)