mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
9 lines
266 B
CMake
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")
|