We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f9f19 commit 67b5936Copy full SHA for 67b5936
src/test/CMakeLists.txt
@@ -2,6 +2,7 @@ find_package(Boost REQUIRED COMPONENTS filesystem serialization)
2
3
rock_executable(test_Planner
4
SOURCES test_Planner.cpp
5
+ DEPS Boost::filesystem
6
DEPS_PKGCONFIG ugv_nav4d
7
)
8
@@ -18,5 +19,6 @@ rock_executable(test_DiscreteTheta
18
19
20
rock_executable(test_PreComputedMotions
21
SOURCES test_PreComputedMotions.cpp
22
23
24
0 commit comments