Skip to content

Commit 3257b2d

Browse files
authored
Merge pull request #1139 from n-kawauchi/examples_rtcconf
Examplesのコンポーネント起動に使うrtc.conf差し替え
2 parents e6f6397 + 4660f87 commit 3257b2d

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

examples/ConfigSample/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ project (${target}
88
set(srcs ConfigSample.cpp ConfigSample.h)
99
examples_build(ConfigSample SRCS "${srcs}" MAIN ConfigSampleComp.cpp)
1010

11-
11+
install(FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples)
1212
install(FILES configsample.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples)

examples/ConsoleIn/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ if(OpenRTM_aist_BINARY_DIR)
44
set(srcs src/ConsoleIn.cpp include/ConsoleIn/ConsoleIn.h)
55
examples_build(ConsoleIn SRCS "${srcs}" MAIN src/ConsoleInComp.cpp
66
EXTERNAL_INCLUDE PRIVATE include/ConsoleIn)
7-
install(FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples)
87
install(FILES consin.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples)
98
else(OpenRTM_aist_BINARY_DIR)
109

examples/ConsoleOut/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ if(OpenRTM_aist_BINARY_DIR)
44
set(srcs src/ConsoleOut.cpp include/ConsoleOut/ConsoleOut.h)
55
examples_build(ConsoleOut SRCS "${srcs}" MAIN src/ConsoleOutComp.cpp
66
EXTERNAL_INCLUDE PRIVATE include/ConsoleOut)
7-
install(FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples)
87
install(FILES consout.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples)
98
else(OpenRTM_aist_BINARY_DIR)
109

examples/SeqIn/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ if(OpenRTM_aist_BINARY_DIR)
44
set(srcs src/SeqIn.cpp include/SeqIn/SeqIn.h)
55
examples_build(SeqIn SRCS "${srcs}" MAIN src/SeqInComp.cpp
66
EXTERNAL_INCLUDE PRIVATE include/SeqIn)
7-
install(FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples)
87
else(OpenRTM_aist_BINARY_DIR)
98

109
project(SeqIn)

examples/SeqOut/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ if(OpenRTM_aist_BINARY_DIR)
44
set(srcs src/SeqOut.cpp include/SeqOut/SeqOut.h)
55
examples_build(SeqOut SRCS "${srcs}" MAIN src/SeqOutComp.cpp
66
EXTERNAL_INCLUDE PRIVATE include/SeqOut)
7-
install(FILES rtc.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples)
87
install(FILES component.conf DESTINATION ${INSTALL_RTM_EXAMPLE_DIR} COMPONENT examples)
98
else(OpenRTM_aist_BINARY_DIR)
109

0 commit comments

Comments
 (0)