Retro68/LaunchAPPL/Server/CMakeLists.txt
2018-04-27 09:14:48 +02:00

9 lines
266 B
CMake

add_application(LaunchAPPLServer
LaunchAPPLServer.r
LaunchAPPLServer.cc
MacSerialStream.h
MacSerialStream.cc)
target_link_libraries(LaunchAPPLServer LaunchAPPLCommon)
set_target_properties(LaunchAPPLServer PROPERTIES LINK_FLAGS "-Wl,-gc-sections")