Skip to content
Snippets Groups Projects
Commit 49b97399 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Link to yaml library

parent 4e985ee6
No related branches found
No related tags found
3 merge requests!30Release after RAL,!29After 2nd RAL submission,!4Small fixes
...@@ -269,11 +269,13 @@ ADD_LIBRARY(${PLUGIN_NAME} ...@@ -269,11 +269,13 @@ ADD_LIBRARY(${PLUGIN_NAME}
${SRCS_WRAPPER} ${SRCS_WRAPPER}
${SRCS_YAML} ${SRCS_YAML}
) )
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${CMAKE_THREAD_LIBS_INIT})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${wolf_LIBRARY} ${laser_scan_utils_LIBRARY})
#Link the created libraries #Link the created libraries
#===============EXAMPLE========================= #===============EXAMPLE=========================
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${CMAKE_THREAD_LIBS_INIT})
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${wolf_LIBRARY} ${laser_scan_utils_LIBRARY})
IF (YAMLCPP_FOUND)
TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${YAMLCPP_LIBRARY})
ENDIF (YAMLCPP_FOUND)
# IF (Ceres_FOUND) # IF (Ceres_FOUND)
# TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${CERES_LIBRARIES}) # TARGET_LINK_LIBRARIES(${PLUGIN_NAME} ${CERES_LIBRARIES})
# ENDIF(Ceres_FOUND) # ENDIF(Ceres_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment