extract decision of used middleware implementation into separate package
This commit is contained in:
parent
0559fafcd0
commit
45ee2dd2e1
7 changed files with 90 additions and 39 deletions
14
ros_middleware_implementation/CMakeLists.txt
Normal file
14
ros_middleware_implementation/CMakeLists.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
cmake_minimum_required(VERSION 2.8.3)
|
||||
|
||||
project(ros_middleware_implementation)
|
||||
|
||||
find_package(ament_cmake REQUIRED)
|
||||
|
||||
ament_package(
|
||||
CONFIG_EXTRAS "ros_middleware_implementation-extras.cmake"
|
||||
)
|
||||
|
||||
install(
|
||||
DIRECTORY cmake
|
||||
DESTINATION share/${PROJECT_NAME}
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue