Files
dreamDeckAutopilot/sensors/ros_canopen-melodic/can_msgs/CMakeLists.txt
T
2026-07-27 13:51:19 +08:00

25 lines
337 B
CMake

cmake_minimum_required(VERSION 3.0.2)
project(can_msgs)
find_package(catkin REQUIRED
COMPONENTS
message_generation
std_msgs
)
add_message_files(DIRECTORY msg
FILES
Frame.msg
)
generate_messages(
DEPENDENCIES
std_msgs
)
catkin_package(
CATKIN_DEPENDS
message_runtime
std_msgs
)