Edward Emelianov 19f61697d6 0
2025-01-27 22:06:00 +03:00

9 lines
164 B
CMake

project(examples)
# common includes & library
include_directories(../)
link_libraries(sidservo usefull_macros)
# exe list
add_executable(dumpmoving dumpmoving.c)