Skip to content

Commit

Permalink
adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyuanChen committed Apr 12, 2017
1 parent df63ba5 commit 42b618a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ add_library(graspit_interface
## Add cmake target dependencies of the executable
## same as for the library above
add_dependencies(graspit_interface ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS} ${QT_DEFINITIONS})
add_dependencies(graspit_interface ${PROJECT_NAME}_gencpp)

## Specify libraries to link a library or executable target against
target_link_libraries(graspit_interface
Expand Down

0 comments on commit 42b618a

Please sign in to comment.