2010-11-30 10:08:30 +00:00
|
|
|
include(FlightGearComponent)
|
|
|
|
|
|
|
|
set(SOURCES
|
|
|
|
AirportList.cxx
|
2012-07-04 11:15:12 +00:00
|
|
|
CanvasWidget.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
MapWidget.cxx
|
|
|
|
WaypointList.cxx
|
|
|
|
dialog.cxx
|
2011-11-19 20:46:17 +00:00
|
|
|
FGPUIDialog.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
fonts.cxx
|
|
|
|
gui.cxx
|
|
|
|
gui_funcs.cxx
|
|
|
|
layout-props.cxx
|
|
|
|
layout.cxx
|
|
|
|
menubar.cxx
|
2011-11-19 22:04:35 +00:00
|
|
|
FGPUIMenuBar.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
new_gui.cxx
|
|
|
|
property_list.cxx
|
2011-11-19 20:25:51 +00:00
|
|
|
FGFontCache.cxx
|
|
|
|
FGColor.cxx
|
2010-11-30 10:08:30 +00:00
|
|
|
)
|
2011-06-26 06:49:37 +00:00
|
|
|
|
|
|
|
set(HEADERS
|
|
|
|
AirportList.hxx
|
2012-07-04 11:15:12 +00:00
|
|
|
CanvasWidget.hxx
|
2011-06-26 06:49:37 +00:00
|
|
|
MapWidget.hxx
|
|
|
|
WaypointList.hxx
|
|
|
|
dialog.hxx
|
2011-11-19 20:46:17 +00:00
|
|
|
FGPUIDialog.hxx
|
2011-06-26 06:49:37 +00:00
|
|
|
gui.h
|
|
|
|
layout.hxx
|
|
|
|
menubar.hxx
|
2011-11-19 22:04:35 +00:00
|
|
|
FGPUIMenuBar.hxx
|
2011-06-26 06:49:37 +00:00
|
|
|
new_gui.hxx
|
|
|
|
property_list.hxx
|
2011-11-19 20:25:51 +00:00
|
|
|
FGFontCache.hxx
|
|
|
|
FGColor.hxx
|
2011-06-26 06:49:37 +00:00
|
|
|
)
|
|
|
|
|
2011-11-20 13:23:52 +00:00
|
|
|
if (APPLE)
|
|
|
|
list(APPEND HEADERS FGCocoaMenuBar.hxx)
|
|
|
|
list(APPEND SOURCES FGCocoaMenuBar.mm)
|
|
|
|
endif()
|
|
|
|
|
2011-06-26 06:49:37 +00:00
|
|
|
flightgear_component(GUI "${SOURCES}" "${HEADERS}")
|