Skip to content
Snippets Groups Projects
Commit 89793685 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

CMakeLists: add watchdog translation unit

parent 58e7eb24
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,8 @@ set(SRC_FILES ...@@ -37,7 +37,8 @@ set(SRC_FILES
biocontrol.cpp biocontrol.cpp
tokenize.cpp tokenize.cpp
expirament.cpp expirament.cpp
randomgen.cpp) randomgen.cpp
watchdog.cpp)
add_executable(${PROJECT_NAME} ${SRC_FILES}) add_executable(${PROJECT_NAME} ${SRC_FILES})
target_link_libraries(${PROJECT_NAME} ${MULTIPLEXER_LIBRARIES} ${SERIALPORT_LIBRARIES} target_link_libraries(${PROJECT_NAME} ${MULTIPLEXER_LIBRARIES} ${SERIALPORT_LIBRARIES}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment