X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=b09b6a348cd5bfb728588a4eb7c69a461f09291b;hb=c068049d840c2f4567c7d07e7fb37247d8e23407;hp=bf2d6e30d7302e55bfa5e6e2f68ae746914700f1;hpb=0025dfb9bccc45d7f96b1badbe7c867679669c9e;p=flightgear.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bf2d6e30d..b09b6a348 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -8,6 +8,7 @@ foreach( mylibfolder Aircraft ATC ATCDCL + Canvas Radio Autopilot Cockpit @@ -17,8 +18,8 @@ foreach( mylibfolder Instrumentation Model MultiPlayer - AIModel - Navaids + AIModel + Navaids Network Scenery Scripting @@ -27,9 +28,11 @@ foreach( mylibfolder Time Traffic FDM + Viewer Main - ) + ) + + add_subdirectory(${mylibfolder}) - add_subdirectory(${mylibfolder}) endforeach( mylibfolder )