]> git.mxchange.org Git - flightgear.git/blob - src/Model/CMakeLists.txt
#738: crash when switching 2D panels
[flightgear.git] / src / Model / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         acmodel.cxx
5         model_panel.cxx
6         modelmgr.cxx
7         panelnode.cxx
8         )
9
10 set(HEADERS
11         acmodel.hxx
12         model_panel.hxx
13         modelmgr.hxx
14         panelnode.hxx
15         )
16                 
17 flightgear_component(Model "${SOURCES}" "${HEADERS}")