WIP
This commit is contained in:
parent
2919c47e99
commit
114f17a499
13 changed files with 327 additions and 519 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue