2010-11-30 10:08:30 +00:00
|
|
|
include(FlightGearComponent)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
ATC-Inputs.cxx
|
|
|
|
ATC-Main.cxx
|
|
|
|
ATC-Outputs.cxx
|
|
|
|
AV400.cxx
|
|
|
|
AV400Sim.cxx
|
2011-05-03 12:27:25 -05:00
|
|
|
AV400WSim.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
atlas.cxx
|
|
|
|
garmin.cxx
|
|
|
|
generic.cxx
|
|
|
|
httpd.cxx
|
|
|
|
joyclient.cxx
|
|
|
|
jpg-httpd.cxx
|
|
|
|
jsclient.cxx
|
|
|
|
lfsglass.cxx
|
|
|
|
native.cxx
|
|
|
|
native_ctrls.cxx
|
|
|
|
native_fdm.cxx
|
|
|
|
native_gui.cxx
|
|
|
|
nmea.cxx
|
|
|
|
opengc.cxx
|
|
|
|
props.cxx
|
|
|
|
protocol.cxx
|
|
|
|
pve.cxx
|
|
|
|
ray.cxx
|
|
|
|
rul.cxx
|
|
|
|
)
|
2011-06-26 07:55:36 +01:00
|
|
|
|
|
|
|
set(HEADERS
|
|
|
|
ATC-Inputs.hxx
|
|
|
|
ATC-Main.hxx
|
|
|
|
ATC-Outputs.hxx
|
|
|
|
AV400.hxx
|
|
|
|
AV400Sim.hxx
|
|
|
|
AV400WSim.hxx
|
|
|
|
atlas.hxx
|
|
|
|
garmin.hxx
|
|
|
|
generic.hxx
|
|
|
|
httpd.hxx
|
|
|
|
joyclient.hxx
|
|
|
|
jpg-httpd.hxx
|
|
|
|
jsclient.hxx
|
|
|
|
lfsglass.hxx
|
|
|
|
native.hxx
|
|
|
|
native_ctrls.hxx
|
|
|
|
native_fdm.hxx
|
|
|
|
native_gui.hxx
|
|
|
|
nmea.hxx
|
|
|
|
opengc.hxx
|
|
|
|
props.hxx
|
|
|
|
protocol.hxx
|
|
|
|
pve.hxx
|
|
|
|
ray.hxx
|
|
|
|
rul.hxx
|
|
|
|
)
|
|
|
|
|
|
|
|
flightgear_component(Network "${SOURCES}" "${HEADERS}")
|
2010-11-30 10:08:30 +00:00
|
|
|
|
2010-12-26 13:55:52 +01:00
|
|
|
if(RTI_FOUND)
|
|
|
|
add_subdirectory(HLA)
|
|
|
|
endif()
|
|
|
|
|