diff options
Diffstat (limited to 'launcher/CMakeLists.txt')
| -rw-r--r-- | launcher/CMakeLists.txt | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 3ac9e8db8..28bb87dde 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -37,14 +37,15 @@ set (LAUNCHER_SOURCES  DNDCollectionWindow.cpp  Decaymulator.cpp  DesktopLauncherIcon.cpp - DeviceLauncherIcon.cpp  DeviceLauncherSection.cpp - DevicesSettings.cpp + DeviceNotificationDisplayImp.cpp + DevicesSettingsImp.cpp  DndData.cpp  EdgeBarrierController.cpp  FavoriteStore.cpp  FavoriteStoreGSettings.cpp  FavoriteStorePrivate.cpp + FileManagerOpenerImp.cpp  HudLauncherIcon.cpp  Launcher.cpp  LauncherController.cpp @@ -71,6 +72,8 @@ set (LAUNCHER_SOURCES  SpacerLauncherIcon.cpp  Tooltip.cpp  TrashLauncherIcon.cpp + VolumeImp.cpp + VolumeLauncherIcon.cpp  VolumeMonitorWrapper.cpp  ) @@ -87,7 +90,7 @@ set (SWITCHER_SOURCES  add_library (switcher-lib STATIC ${SWITCHER_SOURCES})  add_dependencies (switcher-lib unity-core-${UNITY_API_VERSION} unity-shared) -#  +#  # Standalone variant  #  add_executable (launcher StandaloneLauncher.cpp) | 
