9 lines
No EOL
136 B
CMake
9 lines
No EOL
136 B
CMake
include(FlightGearComponent)
|
|
|
|
set(SOURCES
|
|
SchedFlight.cxx
|
|
Schedule.cxx
|
|
TrafficMgr.cxx
|
|
)
|
|
|
|
flightgear_component(Traffic "${SOURCES}") |