X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=ab32ec186e170b4626bda96f2792d63e5c7d1ceb;hb=89b41395d861a49ad543af166c0bd41c14dd0d2b;hp=f7613b6cf2a91003399350e525885697b4e85e77;hpb=a91ec5f9f91eb2ef83ed7f7bf8d0b0b91613ebf0;p=flightgear.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f7613b6cf..ab32ec186 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -7,6 +7,8 @@ foreach( mylibfolder Airports Aircraft ATC + ATCDCL + Radio Autopilot Cockpit Environment @@ -15,8 +17,8 @@ foreach( mylibfolder Instrumentation Model MultiPlayer - AIModel - Navaids + AIModel + Navaids Network Scenery Scripting @@ -25,9 +27,11 @@ foreach( mylibfolder Time Traffic FDM + Viewer Main - ) + ) + + add_subdirectory(${mylibfolder}) - add_subdirectory(${mylibfolder}) endforeach( mylibfolder )