From 89793685e800c54c8206da8ccda6ba34f233e638 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm <philipp@uvos.xyz> Date: Mon, 11 Dec 2023 17:37:20 +0100 Subject: [PATCH] CMakeLists: add watchdog translation unit --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1eff89b..364e85a 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} -- GitLab