]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/CMakeLists.txt
toggle fullscreen: also adapt GUI plane when resizing
[flightgear.git] / src / GUI / CMakeLists.txt
index 030416ef0f6c70ce978ffad6bfa400595d746074..b021d840b13c711aa42c51990ed9913ab1af7ee2 100644 (file)
@@ -2,8 +2,8 @@ include(FlightGearComponent)
 
 set(SOURCES
        AirportList.cxx
+       CanvasWidget.cxx
        MapWidget.cxx
-       SafeTexFont.cxx
        WaypointList.cxx
        dialog.cxx
        FGPUIDialog.cxx
@@ -22,8 +22,8 @@ set(SOURCES
 
 set(HEADERS
        AirportList.hxx
+       CanvasWidget.hxx
        MapWidget.hxx
-       SafeTexFont.hxx
        WaypointList.hxx
        dialog.hxx
        FGPUIDialog.hxx
@@ -37,4 +37,9 @@ set(HEADERS
        FGColor.hxx
        )
                
+if (APPLE)
+    list(APPEND HEADERS FGCocoaMenuBar.hxx)
+    list(APPEND SOURCES FGCocoaMenuBar.mm)
+endif()
+               
 flightgear_component(GUI "${SOURCES}" "${HEADERS}")