File tree Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ project (${target}
8
8
set (srcs ConfigSample.cpp ConfigSample.h )
9
9
examples_build (ConfigSample SRCS "${srcs} " MAIN ConfigSampleComp.cpp )
10
10
11
-
11
+ install ( FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples )
12
12
install (FILES configsample.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples )
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ if(OpenRTM_aist_BINARY_DIR)
4
4
set (srcs src/ConsoleIn.cpp include /ConsoleIn/ConsoleIn.h )
5
5
examples_build (ConsoleIn SRCS "${srcs} " MAIN src/ConsoleInComp.cpp
6
6
EXTERNAL_INCLUDE PRIVATE include /ConsoleIn )
7
- install (FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples )
8
7
install (FILES consin.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples )
9
8
else (OpenRTM_aist_BINARY_DIR )
10
9
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ if(OpenRTM_aist_BINARY_DIR)
4
4
set (srcs src/ConsoleOut.cpp include /ConsoleOut/ConsoleOut.h )
5
5
examples_build (ConsoleOut SRCS "${srcs} " MAIN src/ConsoleOutComp.cpp
6
6
EXTERNAL_INCLUDE PRIVATE include /ConsoleOut )
7
- install (FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples )
8
7
install (FILES consout.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples )
9
8
else (OpenRTM_aist_BINARY_DIR )
10
9
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ if(OpenRTM_aist_BINARY_DIR)
4
4
set (srcs src/SeqIn.cpp include /SeqIn/SeqIn.h )
5
5
examples_build (SeqIn SRCS "${srcs} " MAIN src/SeqInComp.cpp
6
6
EXTERNAL_INCLUDE PRIVATE include /SeqIn )
7
- install (FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples )
8
7
else (OpenRTM_aist_BINARY_DIR )
9
8
10
9
project (SeqIn )
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ if(OpenRTM_aist_BINARY_DIR)
4
4
set (srcs src/SeqOut.cpp include /SeqOut/SeqOut.h )
5
5
examples_build (SeqOut SRCS "${srcs} " MAIN src/SeqOutComp.cpp
6
6
EXTERNAL_INCLUDE PRIVATE include /SeqOut )
7
- install (FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples )
8
7
install (FILES component .conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples )
9
8
else (OpenRTM_aist_BINARY_DIR )
10
9
You can’t perform that action at this time.
0 commit comments