mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-08 13:50:49 +02:00
5 lines
137 B
CMake
5 lines
137 B
CMake
set(LIB_FILES ./src/Serial.cpp ./src/Robot.cpp ./src/TcpServer.cpp)
|
|
include_directories("./")
|
|
|
|
add_library(destjil STATIC ${LIB_FILES})
|
|
|