]> git.mxchange.org Git - flightgear.git/blobdiff - src/Systems/CMakeLists.txt
Metar: finalise-position fast if Metar fails
[flightgear.git] / src / Systems / CMakeLists.txt
index dde27f258e1ad7fcedd3939edce7392ab92c090b..bacc7efc3160dd5306a306b4d20ab5df9f4a02cf 100644 (file)
@@ -7,5 +7,14 @@ set(SOURCES
        system_mgr.cxx
        vacuum.cxx
        )
+
+set(HEADERS
+       electrical.hxx
+       pitot.hxx
+       static.hxx
+       system_mgr.hxx
+       vacuum.hxx
+       )
+
        
-flightgear_component(Systems "${SOURCES}")
\ No newline at end of file
+flightgear_component(Systems "${SOURCES}" "${HEADERS}")
\ No newline at end of file