eive-obsw/watchdog/CMakeLists.txt
Robin Mueller 0f9690f6c2
Some checks failed
EIVE/eive-obsw/pipeline/head Build queued...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
watchdog updates
2022-02-22 13:35:12 +01:00

9 lines
159 B
CMake

target_sources(${WATCHDOG_NAME} PRIVATE
main.cpp
Watchdog.cpp
)
target_include_directories(${WATCHDOG_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)