Update CMakeLists.txt

This commit is contained in:
Pascal Serrarens 2023-12-30 14:39:51 +00:00
parent 393bb8f261
commit ed3456a5ef

View File

@ -33,6 +33,11 @@ FetchContent_Declare(
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
FetchContent_MakeAvailable(googletest)
include_directories(
.
VectorAlgebra/include
)
add_library(RoboidControl STATIC
"Roboid.cpp"
)