working a bit to get the constructor usage cleaned up for the whole matrix code

This commit is contained in:
Hartmut Seichter 2019-01-21 15:46:57 +01:00
parent f33e6769f4
commit bf834a33e0
11 changed files with 293 additions and 163 deletions

View file

@ -5,20 +5,20 @@ add_executable(pwcore_test_matrix
target_link_libraries(pwcore_test_matrix
pwcore)
#add_executable(pwcore_test_vector
# pwcore_test_vector.cpp
# )
add_executable(pwcore_test_vector
pwcore_test_vector.cpp
)
#target_link_libraries(pwcore_test_vector
# pwcore)
target_link_libraries(pwcore_test_vector
pwcore)
#add_executable(pwcore_test_quaternion
# pwcore_test_quaternion.cpp
# )
add_executable(pwcore_test_quaternion
pwcore_test_quaternion.cpp
)
#target_link_libraries(pwcore_test_quaternion
# pwcore)
target_link_libraries(pwcore_test_quaternion
pwcore)
add_executable(pwcore_test_axisangle