eive-obsw/watchdog/CMakeLists.txt

6 lines
204 B
CMake
Raw Normal View History

2023-02-23 23:56:11 +01:00
target_sources(${WATCHDOG_NAME} PRIVATE main.cpp Watchdog.cpp)
2022-02-22 00:22:15 +01:00
2023-02-23 23:56:11 +01:00
target_include_directories(${WATCHDOG_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
2022-04-16 01:04:06 +02:00
install(TARGETS ${WATCHDOG_NAME} RUNTIME DESTINATION bin)