diff --git a/CMakeLists.txt b/CMakeLists.txt index 1eff89b1d29b8af692c38ef11a4966972c82a2c8..364e85a473b1dd70bf690c96f56da001d9ea6b26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,8 @@ set(SRC_FILES biocontrol.cpp tokenize.cpp expirament.cpp - randomgen.cpp) + randomgen.cpp + watchdog.cpp) add_executable(${PROJECT_NAME} ${SRC_FILES}) target_link_libraries(${PROJECT_NAME} ${MULTIPLEXER_LIBRARIES} ${SERIALPORT_LIBRARIES}