]> git.mxchange.org Git - flightgear.git/blob - src/GUI/CMakeLists.txt
Restructure GUI code, isolate PLIB in source files, to ease future refactoring and...
[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         FGFontCache.cxx
18         FGColor.cxx
19         )
20
21 set(HEADERS
22         AirportList.hxx
23         MapWidget.hxx
24         SafeTexFont.hxx
25         WaypointList.hxx
26         dialog.hxx
27         gui.h
28         layout.hxx
29         menubar.hxx
30         new_gui.hxx
31         property_list.hxx
32         FGFontCache.hxx
33         FGColor.hxx
34         )
35                 
36 flightgear_component(GUI "${SOURCES}" "${HEADERS}")