real_time/software/raspberry/superviseur-robot/lib/CMakeLists.txt
Sébastien DI MERCURIO 2451177ccd Last commit to branch master.
after that next commits will be in branch dev or stable
2018-10-19 10:53:20 +02:00

5 lines
152 B
CMake

set(LIB_FILES ./src/robot.cpp ./src/monitor.cpp ./src/message.cpp ./src/image.cpp)
include_directories("./")
add_library(destijl STATIC ${LIB_FILES})