Мелкие исправления проекта, появившиеся после процесса слияния
This commit is contained in:
@@ -4,7 +4,7 @@ project(sdp_sheduler C CXX)
|
||||
set(CMAKE_C_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
add_executable(sdp_sheduler scheduler.c emulator.cpp emulator.h robot.cpp robot.h utils.c utils.h)
|
||||
add_executable(sdp_sheduler scheduler.c emulator.cpp emulator.h robot.cpp robot.h utils.h)
|
||||
|
||||
add_executable(remote_listener remote_listener.cpp)
|
||||
add_definitions(-DEMULATOR=1)
|
||||
|
||||
Reference in New Issue
Block a user