1
0
Fork 0
flightgear/src/CMakeLists.txt
2011-11-24 05:38:15 +02:00

35 lines
502 B
CMake

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
Radio
ATC
ATCDCL
Autopilot
Cockpit
Environment
GUI
Input
Instrumentation
Model
MultiPlayer
AIModel
Navaids
Network
Scenery
Scripting
Sound
Systems
Time
Traffic
FDM
Main
)
add_subdirectory(${mylibfolder})
endforeach( mylibfolder )