From e7dc4031c674bfa73c800e37e39531a7f828f79d Mon Sep 17 00:00:00 2001 From: duongtd Date: Fri, 19 Dec 2025 15:16:04 +0700 Subject: [PATCH] add robot_protocol_msgs --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 095c032..4e04690 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,4 +22,7 @@ if(NOT TARGET map_msgs) endif() if(NOT TARGET visualization_msgs) add_subdirectory(visualization_msgs) +endif() +if(NOT TARGET robot_protocol_msgs) + add_subdirectory(robot_protocol_msgs) endif() \ No newline at end of file