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

10 lines
146 B
Text
Raw Normal View History

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