Skip to content

Commit 899e52d

Browse files
committed
[CMake] add dependency to example-robot-data
for tests. cf. 6e2f528
1 parent 3280bfb commit 899e52d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
3535
# Project dependencies
3636
ADD_PROJECT_DEPENDENCY(dynamic-graph REQUIRED PKG_CONFIG_REQUIRES dynamic-graph)
3737
ADD_PROJECT_DEPENDENCY(pinocchio REQUIRED PKG_CONFIG_REQUIRES pinocchio)
38+
ADD_PROJECT_DEPENDENCY(example-robot-data)
3839
SET(BOOST_COMPONENTS filesystem system thread program_options
3940
unit_test_framework regex)
4041

0 commit comments

Comments
 (0)