common_msgs/robot_protocol_msgs/robot_protocol_msgsConfig.cmake.in
2025-12-30 19:08:51 +07:00

21 lines
721 B
CMake

# robot_protocol_msgsConfig.cmake
# CMake configuration file for robot_protocol_msgs package
# Get the directory containing this file
get_filename_component(robot_protocol_msgs_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
# Include the targets file
include("${robot_protocol_msgs_CMAKE_DIR}/robot_protocol_msgs-targets.cmake")
# Set variables for compatibility
set(robot_protocol_msgs_FOUND TRUE)
set(robot_protocol_msgs_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/include")
set(robot_protocol_msgs_LIBRARIES robot_protocol_msgs)
# Check if all required components are available
if(NOT TARGET robot_protocol_msgs)
set(robot_protocol_msgs_FOUND FALSE)
message(FATAL_ERROR "robot_protocol_msgs target not found")
endif()