X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2FCMakeLists.txt;h=42b03bac23be3ad7e549a989cb114f7cce38e14e;hb=977cfb77b5e7530014b03572a4ffaef3562d6712;hp=d68022e7771784e5f78ad17b94516e00fd164cb0;hpb=5228053f7f39eba5ecd0de57ddeafd96097205f8;p=flightgear.git diff --git a/src/Cockpit/CMakeLists.txt b/src/Cockpit/CMakeLists.txt index d68022e77..42b03bac2 100644 --- a/src/Cockpit/CMakeLists.txt +++ b/src/Cockpit/CMakeLists.txt @@ -1,15 +1,29 @@ include(FlightGearComponent) set(SOURCES + cockpitDisplayManager.cxx panel.cxx panel_io.cxx built_in/FGMagRibbon.cxx + agradar.cxx + groundradar.cxx + od_gauge.cxx + render_area_2d.cxx + wxradar.cxx + NavDisplay.cxx ) set(HEADERS + cockpitDisplayManager.hxx panel.hxx panel_io.hxx built_in/FGMagRibbon.hxx + agradar.hxx + groundradar.hxx + od_gauge.hxx + render_area_2d.hxx + wxradar.hxx + NavDisplay.hxx )