Update CMakeLists.txt
This commit is contained in:
parent
393bb8f261
commit
ed3456a5ef
@ -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"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user