Skip to content
Snippets Groups Projects
Commit bbc0f273 authored by smartinezs's avatar smartinezs
Browse files

removing test_candump.cpp from CMakeLists.txt

parent 7b017bef
No related branches found
No related tags found
1 merge request!2Changed the name of the get_num_bytes() function to get_num_data().
...@@ -22,12 +22,6 @@ ADD_EXECUTABLE(test_virtual_can_rx test_virtual_can_rx.cpp) ...@@ -22,12 +22,6 @@ ADD_EXECUTABLE(test_virtual_can_rx test_virtual_can_rx.cpp)
# edit the following line to add the necessary libraries # edit the following line to add the necessary libraries
TARGET_LINK_LIBRARIES(test_virtual_can_rx ${IRIUTILS_LIBRARY} comm pthread) TARGET_LINK_LIBRARIES(test_virtual_can_rx ${IRIUTILS_LIBRARY} comm pthread)
# edit the following line to add the source code for the example and the name of the executable
ADD_EXECUTABLE(test_candump test_candump.cpp)
# edit the following line to add the necessary libraries
TARGET_LINK_LIBRARIES(test_candump ${IRIUTILS_LIBRARY} comm pthread)
IF(BUILD_FTDI) IF(BUILD_FTDI)
ADD_EXECUTABLE(test_ftdi test_ftdi.cpp) ADD_EXECUTABLE(test_ftdi test_ftdi.cpp)
......
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