5 рядки
152 Б
CMake
5 рядки
152 Б
CMake
set(LIB_FILES ./src/robot.cpp ./src/monitor.cpp ./src/message.cpp ./src/image.cpp)
|
|
include_directories("./")
|
|
|
|
add_library(destijl STATIC ${LIB_FILES})
|
|
|