Add target_include_directories
This commit is contained in:
parent
3bb3c68e95
commit
f4d36ad960
@ -27,6 +27,9 @@ else()
|
||||
LinearAlgebra
|
||||
)
|
||||
add_library(RoboidControl STATIC ${srcs})
|
||||
target_include_directories(RoboidControl PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
||||
project(RoboidControl)
|
||||
add_subdirectory(LinearAlgebra)
|
||||
|
Loading…
x
Reference in New Issue
Block a user