5 lines
70 B
CMake
5 lines
70 B
CMake
|
target_sources(${TARGET_NAME} PRIVATE
|
||
|
main.cpp
|
||
|
Watchdog.cpp
|
||
|
)
|