Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit fbcf7a6

Browse files
author
Olivier Stasse
committed
Modify CMakeLists.txt to reflect cmake.
1 parent 6d5ae13 commit fbcf7a6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CMakeLists.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,20 @@ RunPythonFile.srv)
2323
generate_messages(DEPENDENCIES ${MESSAGE_DEPENDENCIES})
2424

2525
# Generate catkin/pkg-config import information
26-
catkin_package( CATKIN_DEPENDS message_runtime ${MESSAGE_DEPENDENCIES} )
26+
catkin_package( CATKIN_DEPENDS message_runtime ${MESSAGE_DEPENDENCIES} )
27+
28+
## LAAS cmake submodule part
29+
set(PROJECT_DESCRIPTION "Dynamic graph bridge msgs ")
30+
set(PROJECT_NAME dynamic_graph_bridge_msgs)
31+
set(PROJECT_URL "")
32+
33+
set(CXX_DISABLE_WERROR False)
34+
set(CUSTOM_HEADER_DIR dynamic_graph_bridge_msgs)
35+
include(cmake/base.cmake)
36+
include(cmake/ros.cmake)
37+
include(cmake/GNUInstallDirs.cmake)
38+
include(cmake/python.cmake)
39+
40+
SETUP_PROJECT()
41+
42+
SETUP_PROJECT_FINALIZE()

0 commit comments

Comments
 (0)