]> git.mxchange.org Git - flightgear.git/blob - src/Network/CMakeLists.txt
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / Network / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         ATC-Inputs.cxx
5         ATC-Main.cxx
6         ATC-Outputs.cxx
7         AV400.cxx
8         AV400Sim.cxx
9         AV400WSim.cxx
10         atlas.cxx
11         garmin.cxx
12         generic.cxx
13         httpd.cxx
14         joyclient.cxx
15         jpg-httpd.cxx
16         jsclient.cxx
17         lfsglass.cxx
18         native.cxx
19         native_ctrls.cxx
20         native_fdm.cxx
21         native_gui.cxx
22         nmea.cxx
23         opengc.cxx
24         props.cxx
25         protocol.cxx
26         pve.cxx
27         ray.cxx
28         rul.cxx
29         )
30
31 set(HEADERS
32         ATC-Inputs.hxx
33         ATC-Main.hxx
34         ATC-Outputs.hxx
35         AV400.hxx
36         AV400Sim.hxx
37         AV400WSim.hxx
38         atlas.hxx
39         garmin.hxx
40         generic.hxx
41         httpd.hxx
42         joyclient.hxx
43         jpg-httpd.hxx
44         jsclient.hxx
45         lfsglass.hxx
46         native.hxx
47         native_ctrls.hxx
48         native_fdm.hxx
49         native_gui.hxx
50         nmea.hxx
51         opengc.hxx
52         props.hxx
53         protocol.hxx
54         pve.hxx
55         ray.hxx
56         rul.hxx
57         )
58         
59 flightgear_component(Network "${SOURCES}" "${HEADERS}")
60
61 if(RTI_FOUND)
62   add_subdirectory(HLA)
63 endif()
64