@@ -84,7 +84,8 @@ catkin_package(
84
84
# DEPENDS system_lib
85
85
)
86
86
87
- rosgo_setup()
87
+
88
+
88
89
89
90
###########
90
91
## Build ##
@@ -116,20 +117,20 @@ include_directories(
116
117
117
118
add_dependencies (rosgo_tests_gengo std_msgs_gengo)
118
119
119
- rosgo_add_executable(${PROJECT_NAME} _test_talker ${PROJECT_NAME} /test_talker
120
- DEPENDS rosgo_core_ros rosgo_tests_gengo)
120
+ rosgo_add_executable(${PROJECT_NAME} /test_talker
121
+ DEPENDS rosgo_core rosgo_tests_gengo)
121
122
122
- rosgo_add_executable(${PROJECT_NAME} _test_listener ${PROJECT_NAME} /test_listener
123
- DEPENDS rosgo_core_ros rosgo_tests_gengo)
123
+ rosgo_add_executable(${PROJECT_NAME} /test_listener
124
+ DEPENDS rosgo_core rosgo_tests_gengo)
124
125
125
- rosgo_add_executable(${PROJECT_NAME} _test_client ${PROJECT_NAME} /test_client
126
- DEPENDS rosgo_core_ros rosgo_tests_gengo)
126
+ rosgo_add_executable(${PROJECT_NAME} /test_client
127
+ DEPENDS rosgo_core rosgo_tests_gengo)
127
128
128
- rosgo_add_executable(${PROJECT_NAME} _test_server ${PROJECT_NAME} /test_server
129
- DEPENDS rosgo_core_ros rosgo_tests_gengo)
129
+ rosgo_add_executable(${PROJECT_NAME} /test_server
130
+ DEPENDS rosgo_core rosgo_tests_gengo)
130
131
131
- rosgo_add_executable( ${PROJECT_NAME} _test_message ${PROJECT_NAME} /test_message
132
- DEPENDS rosgo_core_ros rosgo_tests_gengo)
132
+ rosgo_add_test( ${PROJECT_NAME} /test_message
133
+ DEPENDS rosgo_core rosgo_tests_gengo)
133
134
134
135
135
136
#############
0 commit comments