X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FCMakeLists.txt;h=8153b44619f81c3c5d6c2e29cd9679a27437ee06;hb=8b05d7b2111aac07e048eed65433a2bb0ef37e1d;hp=3dd1225c9e117544c3fab6b2b8d4d9177098a3f1;hpb=a91ec5f9f91eb2ef83ed7f7bf8d0b0b91613ebf0;p=flightgear.git diff --git a/src/FDM/CMakeLists.txt b/src/FDM/CMakeLists.txt index 3dd1225c9..8153b4461 100644 --- a/src/FDM/CMakeLists.txt +++ b/src/FDM/CMakeLists.txt @@ -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)