We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 085a531 + 1027b6d commit a6ea2a4Copy full SHA for a6ea2a4
tasks/CMakeLists.txt
@@ -1,4 +1,5 @@
1
# Generated from orogen/lib/orogen/templates/tasks/CMakeLists.txt
2
+find_package( Boost COMPONENTS filesystem)
3
4
include(marsTaskLib)
5
ADD_LIBRARY(${MARS_TASKLIB_NAME} SHARED
@@ -8,6 +9,7 @@ add_dependencies(${MARS_TASKLIB_NAME}
8
9
10
TARGET_LINK_LIBRARIES(${MARS_TASKLIB_NAME}
11
${OrocosRTT_LIBRARIES}
12
+ ${Boost_FILESYSTEM_LIBRARY}
13
${MARS_TASKLIB_DEPENDENT_LIBRARIES})
14
SET_TARGET_PROPERTIES(${MARS_TASKLIB_NAME}
15
PROPERTIES LINK_INTERFACE_LIBRARIES "${MARS_TASKLIB_INTERFACE_LIBRARIES}")
0 commit comments