Got vector unit tests compiling

This commit is contained in:
2025-02-03 11:59:49 -05:00
parent ae4806510b
commit 4a25414b92
8 changed files with 137 additions and 58 deletions

View File

@@ -37,21 +37,11 @@ set_target_properties(matrix
# Vector3d
add_library(vector-3d
STATIC
Vector3D.hpp
)
target_include_directories(vector-3d
PUBLIC
.
Vector3D.cpp
)
target_link_libraries(vector-3d
PUBLIC
vector-3d-intf
PRIVATE
)
set_target_properties(vector-3d
PROPERTIES
LINKER_LANGUAGE CXX
)