File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,19 +105,19 @@ include_directories(
105
105
106
106
## Declare a cpp executable
107
107
add_executable (dll_node src/dll_node.cpp)
108
- add_executable (grid3d_node src/grid3d_node.cpp)
108
+ add_executable (grid3d_node_dll src/grid3d_node.cpp)
109
109
110
110
## Add cmake target dependencies of the executable/library
111
111
## as an example, message headers may need to be generated before nodes
112
112
add_dependencies (dll_node ${catkin_EXPORTED_TARGETS} )
113
- add_dependencies (grid3d_node ${catkin_EXPORTED_TARGETS} )
113
+ add_dependencies (grid3d_node_dll ${catkin_EXPORTED_TARGETS} )
114
114
115
115
## Specify libraries to link a library or executable target against
116
116
target_link_libraries (dll_node
117
117
${catkin_LIBRARIES}
118
118
${CERES_LIBRARIES}
119
119
)
120
- target_link_libraries (grid3d_node
120
+ target_link_libraries (grid3d_node_dll
121
121
${catkin_LIBRARIES}
122
122
)
123
123
You can’t perform that action at this time.
0 commit comments