2451177ccd
after that next commits will be in branch dev or stable
5 lines
152 B
CMake
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})
|
|
|