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