1
0
Fork 0
flightgear/src/CMakeLists.txt
James Turner 33e205f123 Switch to using OBJECT library for main build
Allows sharing object files between the fgfs and test_suite targets, in
a follow-up commit.
2021-03-08 16:59:14 +00:00

38 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 )