2010-11-30 10:08:30 +00:00
|
|
|
include(FlightGearComponent)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
acmodel.cxx
|
|
|
|
model_panel.cxx
|
|
|
|
modelmgr.cxx
|
|
|
|
panelnode.cxx
|
|
|
|
)
|
2011-06-26 07:55:36 +01:00
|
|
|
|
|
|
|
set(HEADERS
|
|
|
|
acmodel.hxx
|
|
|
|
model_panel.hxx
|
|
|
|
modelmgr.hxx
|
|
|
|
panelnode.hxx
|
|
|
|
)
|
|
|
|
|
|
|
|
flightgear_component(Model "${SOURCES}" "${HEADERS}")
|