Implimented the quaternion class and added unit tests
This commit is contained in:
@@ -36,6 +36,6 @@ add_executable(quaternion-tests quaternion-tests.cpp)
|
||||
|
||||
target_link_libraries(quaternion-tests
|
||||
PRIVATE
|
||||
quaternion-intf
|
||||
quaternion
|
||||
Catch2::Catch2WithMain
|
||||
)
|
||||
Reference in New Issue
Block a user