Move the library to the separate repository
This commit is contained in:
14
examples/CMakeLists.txt
Normal file
14
examples/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
project(examples)
|
||||
|
||||
# common includes & library
|
||||
include_directories(../)
|
||||
link_libraries(sidservo usefull_macros -lm)
|
||||
|
||||
# exe list
|
||||
add_executable(goto goto.c dump.c conf.c)
|
||||
add_executable(dump dumpmoving.c dump.c conf.c)
|
||||
add_executable(dump_s dumpmoving_scmd.c dump.c conf.c)
|
||||
add_executable(dumpswing dumpswing.c dump.c conf.c)
|
||||
add_executable(traectory_s scmd_traectory.c dump.c traectories.c conf.c)
|
||||
add_executable(SSIIconf SSIIconf.c conf.c)
|
||||
add_executable(slewNtrack dumpmoving_dragNtrack.c dump.c conf.c)
|
||||
Reference in New Issue
Block a user