Remove dummy executable
Previously used to test compilation of rcl_action headers. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
This commit is contained in:
parent
97bc6ac764
commit
97b87263d9
2 changed files with 0 additions and 25 deletions
|
@ -31,10 +31,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
|||
add_compile_options(-Wall -Wextra -Wpedantic)
|
||||
endif()
|
||||
|
||||
add_executable(test_compile_headers
|
||||
src/test_compile_headers.c
|
||||
)
|
||||
|
||||
set(rcl_action_sources
|
||||
src/${PROJECT_NAME}/action_client.c
|
||||
src/${PROJECT_NAME}/action_server.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue