Skip to content

Commit

Permalink
Merge pull request tue-robotics#2 from tue-robotics/fix/msg_gen
Browse files Browse the repository at this point in the history
Fix/msg gen
  • Loading branch information
jelfring authored Jan 23, 2018
2 parents e7f9d00 + 6e034bf commit d7867af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion problib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ add_library(problib
include/${PROJECT_NAME}/pdfs/Hybrid.h
include/${PROJECT_NAME}/pdfs/PMF.h)
target_link_libraries(problib ${catkin_LIBRARIES})
add_dependencies(problib ${${PROJECT_NAME}_EXPORTED_TARGETS})


# add test executable
add_executable(problib_test src/test.cpp)
target_link_libraries(problib_test problib)
add_dependencies(problib_test problib_generate_messages_cpp)

0 comments on commit d7867af

Please sign in to comment.