1
0
Fork 0
flightgear/src/CMakeLists.txt
2020-08-23 11:31:37 +01:00

37 lines
487 B
CMake

# note order here affects link order, and hence linking correctness
# on systems with a traditional ld (eg, GNU ld on Linux)
foreach( mylibfolder
Add-ons
Airports
Aircraft
ATC
EmbeddedResources
Canvas
Radio
Autopilot
Cockpit
Environment
GUI
Input
Instrumentation
Model
MultiPlayer
AIModel
Navaids
Network
Scenery
Scripting
Sound
Systems
Time
Traffic
FDM
Viewer
Main
)
add_subdirectory(${mylibfolder})
endforeach( mylibfolder )