Files
flightgear/src/CMakeLists.txt
2022-10-20 20:29:11 +08:00

39 lines
488 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 )