Restructured Test Folder
This commit is contained in:
@@ -5,10 +5,13 @@ set(CMAKE_CXX_STANDARD 26)
|
||||
|
||||
add_executable(fennec-test main.cpp
|
||||
test.h
|
||||
tests/test_vector.h
|
||||
tests/test_matrix.h
|
||||
tests/test_scalar.h
|
||||
tests/test_geometric.h
|
||||
tests/math/test_vector.h
|
||||
tests/math/test_matrix.h
|
||||
tests/math/test_scalar.h
|
||||
tests/math/test_geometric.h
|
||||
tests/test_memory.h
|
||||
tests/test_math.h
|
||||
tests/test_lang.h
|
||||
)
|
||||
|
||||
target_link_libraries(fennec-test PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user