1
0
Fork 0
flightgear/src/Model/CMakeLists.txt
James Turner 38193d7843 Support explicit aircraft interior models.
- allow multiple model files in the -set.xml specification
- allow each model to be tagged with a usage string
- put models tagged 'interior' into a LOD group.

This is experimental, the LOD ranges will be made configurable soon.
2013-10-20 20:46:33 +01:00

15 lines
No EOL
205 B
CMake

include(FlightGearComponent)
set(SOURCES
acmodel.cxx
modelmgr.cxx
panelnode.cxx
)
set(HEADERS
acmodel.hxx
modelmgr.hxx
panelnode.hxx
)
flightgear_component(Model "${SOURCES}" "${HEADERS}")