1
0
Fork 0
flightgear/src/CMakeLists.txt

39 lines
511 B
Text
Raw Normal View History

include_directories(${PROJECT_SOURCE_DIR})
# note order here affects link order, and hence linking correctness
# on systems with a traditional ld (eg, GNU ld on Linux)
foreach( mylibfolder
Airports
Aircraft
ATC
ATCDCL
Canvas
2011-11-24 08:00:28 +00:00
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 )