]> git.mxchange.org Git - flightgear.git/blob - src/Model/CMakeLists.txt
Initial work on CMake build files, with considerable help from Olaf Flebbe.
[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 flightgear_component(Model "${SOURCES}")