fix tool/CMakeLists indentation (formatted in merge)
This commit is contained in:
parent
4fd7199a83
commit
1f6a979686
1 changed files with 51 additions and 36 deletions
|
|
@ -1,45 +1,60 @@
|
||||||
list(APPEND _LINPHONEAPP_SOURCES tool / Constants.cpp tool / EnumsToString.cpp tool / Utils.cpp tool /
|
list(APPEND _LINPHONEAPP_SOURCES
|
||||||
UriTools.cpp tool /
|
tool/Constants.cpp
|
||||||
QExifImageHeader.cpp
|
tool/EnumsToString.cpp
|
||||||
|
tool/Utils.cpp
|
||||||
|
tool/UriTools.cpp
|
||||||
|
tool/QExifImageHeader.cpp
|
||||||
|
|
||||||
tool /
|
tool/LinphoneEnums.cpp
|
||||||
LinphoneEnums.cpp tool / thread / SafeSharedPointer.hpp tool / thread / SafeConnection.hpp tool / thread /
|
tool/thread/SafeSharedPointer.hpp
|
||||||
Thread.cpp tool / providers / AvatarProvider.cpp tool / providers / EmojiProvider.cpp tool / providers /
|
tool/thread/SafeConnection.hpp
|
||||||
ExternalImageProvider.cpp tool / providers / ImageProvider.cpp tool / providers / ScreenProvider.cpp tool /
|
tool/thread/Thread.cpp
|
||||||
providers /
|
tool/providers/AvatarProvider.cpp
|
||||||
ThumbnailProvider.cpp
|
tool/providers/EmojiProvider.cpp
|
||||||
#tool / providers / VideoFrameGrabber.cpp
|
tool/providers/ExternalImageProvider.cpp
|
||||||
|
tool/providers/ImageProvider.cpp
|
||||||
|
tool/providers/ScreenProvider.cpp
|
||||||
|
tool/providers/ThumbnailProvider.cpp
|
||||||
|
# tool/providers/VideoFrameGrabber.cpp
|
||||||
|
|
||||||
tool /
|
tool/native/DesktopTools.hpp
|
||||||
native /
|
|
||||||
DesktopTools.hpp
|
|
||||||
|
|
||||||
tool /
|
tool/request/RequestDialog.cpp
|
||||||
request / RequestDialog.cpp tool / request /
|
tool/request/CallbackHelper.cpp
|
||||||
CallbackHelper.cpp
|
|
||||||
|
|
||||||
tool /
|
tool/file/FileDownloader.cpp
|
||||||
file / FileDownloader.cpp tool / file / FileExtractor.cpp tool / file /
|
tool/file/FileExtractor.cpp
|
||||||
TemporaryFile.cpp
|
tool/file/TemporaryFile.cpp
|
||||||
|
|
||||||
tool /
|
tool/ui/DashRectangle.cpp
|
||||||
ui /
|
|
||||||
DashRectangle.cpp
|
|
||||||
|
|
||||||
tool /
|
tool/accessibility/AccessibilityHelper.cpp
|
||||||
accessibility / AccessibilityHelper.cpp tool / accessibility / KeyboardShortcuts.cpp tool / accessibility /
|
tool/accessibility/KeyboardShortcuts.cpp
|
||||||
FocusHelper.cpp
|
tool/accessibility/FocusHelper.cpp
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
if (APPLE)
|
||||||
|
list(APPEND _LINPHONEAPP_SOURCES
|
||||||
|
tool/native/DesktopToolsMacOs.cpp
|
||||||
|
tool/native/DesktopToolsMacOsNative.mm
|
||||||
|
tool/native/screen-saver/ScreenSaverMacOs.m
|
||||||
|
tool/native/state-process/StateProcessMacOs.mm
|
||||||
)
|
)
|
||||||
|
elseif (WIN32)
|
||||||
|
list(APPEND _LINPHONEAPP_SOURCES
|
||||||
|
tool/native/DesktopToolsWindows.cpp
|
||||||
|
)
|
||||||
|
else ()
|
||||||
|
list(APPEND _LINPHONEAPP_SOURCES
|
||||||
|
tool/native/DesktopToolsLinux.cpp
|
||||||
|
tool/native/screen-saver/ScreenSaverDBus.cpp
|
||||||
|
tool/native/screen-saver/ScreenSaverXdg.cpp
|
||||||
|
)
|
||||||
|
endif ()
|
||||||
|
|
||||||
if (APPLE) list(APPEND _LINPHONEAPP_SOURCES tool / native / DesktopToolsMacOs.cpp tool / native /
|
if (HAVE_CRASH_HANDLER)
|
||||||
DesktopToolsMacOsNative.mm tool / native / screen -
|
list(APPEND _LINPHONEAPP_SOURCES tool/crash_reporter/CrashReporter.cpp)
|
||||||
saver / ScreenSaverMacOs.m tool / native / state - process / StateProcessMacOs.mm) elseif(WIN32)
|
endif()
|
||||||
list(APPEND _LINPHONEAPP_SOURCES tool / native / DesktopToolsWindows.cpp) else()
|
|
||||||
list(APPEND _LINPHONEAPP_SOURCES tool / native / DesktopToolsLinux.cpp tool / native / screen -
|
|
||||||
saver / ScreenSaverDBus.cpp tool / native / screen - saver / ScreenSaverXdg.cpp) endif()
|
|
||||||
|
|
||||||
if (HAVE_CRASH_HANDLER) list(APPEND _LINPHONEAPP_SOURCES tool / crash_reporter / CrashReporter.cpp)
|
set(_LINPHONEAPP_SOURCES ${_LINPHONEAPP_SOURCES} PARENT_SCOPE)
|
||||||
endif()
|
|
||||||
|
|
||||||
set(_LINPHONEAPP_SOURCES ${_LINPHONEAPP_SOURCES} PARENT_SCOPE)
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue