1
0
Fork 0
flightgear/src/Model/CMakeLists.txt

17 lines
239 B
Text
Raw Normal View History

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}")