Skip to content
Snippets Groups Projects
Commit dd7597d1 authored by tmoulard's avatar tmoulard
Browse files

Create build subdirectories properly.

parent a73b4d13
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,11 @@ pkg_check_modules(SOT_CORE REQUIRED sot-core) ...@@ -20,6 +20,11 @@ pkg_check_modules(SOT_CORE REQUIRED sot-core)
include_directories(include) include_directories(include)
file(MAKE_DIRECTORY "${LIBRARY_OUTPUT_PATH}/dynamic_graph/ros/ros_export")
file(MAKE_DIRECTORY "${LIBRARY_OUTPUT_PATH}/dynamic_graph/ros/ros_import")
file(MAKE_DIRECTORY
"${LIBRARY_OUTPUT_PATH}/dynamic_graph/ros/ros_joint_states")
rosbuild_add_library(ros_bridge rosbuild_add_library(ros_bridge
src/converter.hh src/converter.hh
include/dynamic_graph_bridge/ros_init.hh src/ros_init.cpp include/dynamic_graph_bridge/ros_init.hh src/ros_init.cpp
......
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