]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/CMakeLists.txt
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / Network / CMakeLists.txt
index 1f42c68c77961b26842c294c6ee6b6cfd7f7c9ad..fa6643de8d5e57e375ade7bc87c88184a8d7a146 100644 (file)
@@ -15,7 +15,6 @@ set(SOURCES
        jpg-httpd.cxx
        jsclient.cxx
        lfsglass.cxx
-       multiplay.cxx
        native.cxx
        native_ctrls.cxx
        native_fdm.cxx
@@ -28,8 +27,36 @@ set(SOURCES
        ray.cxx
        rul.cxx
        )
-       
-flightgear_component(Network "${SOURCES}")
+
+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}")
 
 if(RTI_FOUND)
   add_subdirectory(HLA)