]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/CMakeLists.txt
Scripting: expose flight history as aircraft.history()
[flightgear.git] / src / Scripting / CMakeLists.txt
index 42692b55a95578e095d5159f52e3237229d11e88..1a40daa70ab7f585f0bf0ae0a30a9d79f8e1d955 100644 (file)
@@ -1,19 +1,33 @@
 include(FlightGearComponent)
 
 set(SOURCES
-       NasalSys.cxx
-       nasal-props.cxx
-    NasalPositioned.cxx
-    NasalCanvas.cxx
-    NasalClipboard.cxx
-       )
+  NasalSys.cxx
+  nasal-props.cxx
+  NasalAircraft.cxx
+  NasalPositioned.cxx
+  NasalPositioned_cppbind.cxx
+  NasalCanvas.cxx
+  NasalClipboard.cxx
+  NasalCondition.cxx
+  NasalHTTP.cxx
+  NasalString.cxx
+  NasalModelData.cxx
+  NasalSGPath.cxx
+)
 
 set(HEADERS
-       NasalSys.hxx
-    NasalPositioned.hxx
-    NasalCanvas.hxx
-    NasalClipboard.hxx
-       )
+  NasalSys.hxx
+  NasalSys_private.hxx
+  NasalAircraft.hxx
+  NasalPositioned.hxx
+  NasalCanvas.hxx
+  NasalClipboard.hxx
+  NasalCondition.hxx
+  NasalHTTP.hxx
+  NasalString.hxx
+  NasalModelData.hxx
+  NasalSGPath.hxx
+)
 
 if(WIN32)
   list(APPEND SOURCES ClipboardWindows.cxx)