Fixed tests

This commit is contained in:
Pascal Serrarens 2024-01-03 12:03:56 +01:00
parent 37d45cdda5
commit 5a03d296e5
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build

View File

@ -21,6 +21,7 @@ else()
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(googletest)
include_directories(.)
add_library(VectorAlgebra STATIC
"FloatSingle.cpp"
"Angle.cpp"