Skip to content
Snippets Groups Projects
Commit 1c76962b authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

fix include missing

parent 8a7e2a72
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ SET( ${PROJECT_NAME}_MINOR_VERSION 1 ) ...@@ -22,7 +22,7 @@ SET( ${PROJECT_NAME}_MINOR_VERSION 1 )
SET( ${PROJECT_NAME}_PATCH_LEVEL 0 ) SET( ${PROJECT_NAME}_PATCH_LEVEL 0 )
add_definitions(-DDEBUG) add_definitions(-DDEBUG -static-libstdc++)
EXECUTE_PROCESS(COMMAND chaos/common/version.sh) EXECUTE_PROCESS(COMMAND chaos/common/version.sh)
......
...@@ -74,6 +74,8 @@ INSTALL(FILES ${files} DESTINATION include/chaos/cu_toolkit/control_manager/hand ...@@ -74,6 +74,8 @@ INSTALL(FILES ${files} DESTINATION include/chaos/cu_toolkit/control_manager/hand
FILE(GLOB files "control_manager/slow_command/*.h") FILE(GLOB files "control_manager/slow_command/*.h")
INSTALL(FILES ${files} DESTINATION include/chaos/cu_toolkit/control_manager/slow_command) INSTALL(FILES ${files} DESTINATION include/chaos/cu_toolkit/control_manager/slow_command)
FILE(GLOB files "control_manager/execution_pool/*.h")
INSTALL(FILES ${files} DESTINATION include/chaos/cu_toolkit/control_manager/execution_pool)
#we don't install default command header #we don't install default command header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment