1
0
Fork 0
flightgear/src/Scenery/CMakeLists.txt
Mathias Froehlich 1ddb658a70 scenery: Move flightgears paging back into the application.
This way of scenery paging is really application code.
Now that the simgear stg loader is seperated from the paging
code, this appication specific paging can reside here.
May be at some time also use the spt stuff here.
2012-03-15 20:56:37 +01:00

21 lines
290 B
CMake

include(FlightGearComponent)
set(SOURCES
SceneryPager.cxx
redout.cxx
scenery.cxx
tilecache.cxx
tileentry.cxx
tilemgr.cxx
)
set(HEADERS
SceneryPager.hxx
redout.hxx
scenery.hxx
tilecache.hxx
tileentry.hxx
tilemgr.hxx
)
flightgear_component(Scenery "${SOURCES}" "${HEADERS}")