]> 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 72b685dc1447f9aaa6521fb4feade5178492e273..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,6 +131,7 @@ set(SOURCES
        fdm_shell.cxx
        flight.cxx
        flightProperties.cxx
+       TankProperties.cxx
        groundcache.cxx
        ${SP_FDM_SOURCES}
        ExternalNet/ExternalNet.cxx