You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
437 B
13 lines
437 B
2 months ago
|
cmake_minimum_required(VERSION 2.8.3...3.20.5)
|
||
|
|
||
|
set(HEADER_FILES_ROSCPP_TRAITS
|
||
|
${CMAKE_CURRENT_LIST_DIR}/include/ros/builtin_message_traits.h
|
||
|
${CMAKE_CURRENT_LIST_DIR}/include/ros/message_event.h
|
||
|
${CMAKE_CURRENT_LIST_DIR}/include/ros/message_forward.h
|
||
|
${CMAKE_CURRENT_LIST_DIR}/include/ros/message_operations.h
|
||
|
${CMAKE_CURRENT_LIST_DIR}/include/ros/message_traits.h
|
||
|
${CMAKE_CURRENT_LIST_DIR}/include/ros/service_traits.h
|
||
|
)
|
||
|
|
||
|
|