]> git.mxchange.org Git - flightgear.git/blob - src/GUI/CMakeLists.txt
CMake header support for XCode/Visual Studio
[flightgear.git] / src / GUI / CMakeLists.txt
1 include(FlightGearComponent)
2
3 set(SOURCES
4         AirportList.cxx
5         MapWidget.cxx
6         SafeTexFont.cxx
7         WaypointList.cxx
8         dialog.cxx
9         fonts.cxx
10         gui.cxx
11         gui_funcs.cxx
12         layout-props.cxx
13         layout.cxx
14         menubar.cxx
15         new_gui.cxx
16         property_list.cxx
17         )
18
19 set(HEADERS
20         AirportList.hxx
21         MapWidget.hxx
22         SafeTexFont.hxx
23         WaypointList.hxx
24         dialog.hxx
25         gui.h
26         layout.hxx
27         menubar.hxx
28         new_gui.hxx
29         property_list.hxx
30         )
31                 
32 flightgear_component(GUI "${SOURCES}" "${HEADERS}")