]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/CMakeLists.txt
replay system: allow to resume simulation at any point of replay-time.
[flightgear.git] / src / FDM / CMakeLists.txt
index 3dd1225c9e117544c3fab6b2b8d4d9177098a3f1..8153b44619f81c3c5d6c2e29cd9679a27437ee06 100644 (file)
@@ -5,6 +5,7 @@ set(SP_FDM_SOURCES
        SP/ACMS.cxx
        SP/ADA.cxx
        SP/Balloon.cxx
+       SP/BalloonSim.cpp
        SP/MagicCarpet.cxx
        )
 endif()
@@ -130,16 +131,13 @@ set(SOURCES
        fdm_shell.cxx
        flight.cxx
        flightProperties.cxx
+       TankProperties.cxx
        groundcache.cxx
        ${SP_FDM_SOURCES}
        ExternalNet/ExternalNet.cxx
        ExternalPipe/ExternalPipe.cxx
        )
 
-if(ENABLE_YASIM)
-       add_subdirectory(YASim)
-endif()
-
 if(ENABLE_UIUC_MODEL)
        foreach(component ${UIUC_SOURCES})
                list(APPEND SOURCES "UIUCModel/${component}")
@@ -154,6 +152,11 @@ endif()
 
 flightgear_component(FDM "${SOURCES}")
 
+if(ENABLE_YASIM)
+       add_subdirectory(YASim)
+endif()
+
+
 if(ENABLE_JSBSIM)
     add_subdirectory(JSBSim)