]> git.mxchange.org Git - flightgear.git/blob - src/GUI/CMakeLists.txt
Make FGDialog an interface, moving existing code to FGPUIDialog implementation. ...
[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         FGPUIDialog.cxx
10         fonts.cxx
11         gui.cxx
12         gui_funcs.cxx
13         layout-props.cxx
14         layout.cxx
15         menubar.cxx
16         new_gui.cxx
17         property_list.cxx
18         FGFontCache.cxx
19         FGColor.cxx
20         )
21
22 set(HEADERS
23         AirportList.hxx
24         MapWidget.hxx
25         SafeTexFont.hxx
26         WaypointList.hxx
27         dialog.hxx
28         FGPUIDialog.hxx
29         gui.h
30         layout.hxx
31         menubar.hxx
32         new_gui.hxx
33         property_list.hxx
34         FGFontCache.hxx
35         FGColor.hxx
36         )
37                 
38 flightgear_component(GUI "${SOURCES}" "${HEADERS}")