X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=ab32ec186e170b4626bda96f2792d63e5c7d1ceb;hb=89b41395d861a49ad543af166c0bd41c14dd0d2b;hp=bf2d6e30d7302e55bfa5e6e2f68ae746914700f1;hpb=e17852f6793303016945189ef8c7503eda92c26e;p=flightgear.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bf2d6e30d..ab32ec186 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,8 +17,8 @@ foreach( mylibfolder Instrumentation Model MultiPlayer - AIModel - Navaids + AIModel + Navaids Network Scenery Scripting @@ -27,9 +27,11 @@ foreach( mylibfolder Time Traffic FDM + Viewer Main - ) + ) + + add_subdirectory(${mylibfolder}) - add_subdirectory(${mylibfolder}) endforeach( mylibfolder )