mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-08 13:50:49 +02:00
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})
|
|
|