- 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.
15 lines
No EOL
205 B
CMake
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}") |