1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-02-25 12:46:00 +01:00
Nextcloud-Desktop/cmake/modules
Dominik Schmidt aad928a6be
Install libocsync to lib/ without subfolder.
Installing to lib/${APPLICATION_EXECUTABLE} has caused a bunch of
irritations in the past and subtle annoying to fix bugs. To avoid name
clashes with branded clients ${APPLICATION_EXECUTABLE} becomes now
part of the filename instead of the subfolder.

The concrete motivation to change this now is that on Windows there
is no RPATH and it's not possible to run owncloud directly from the
Craft Root folder, which is nice when you're developing on Windows.

It would have been possible to change this just for Windows but as
written earlier this has caused lots of issues and thus I think it's
a good idea to just stay consistent accross platforms when touching it.
2020-12-15 10:57:56 +01:00
..
AddAppIconMacro.cmake Updated AddAppIconMacro (esp. for new macOS retina guidelines) and corrected filenames to not change pattern in cmake scripts 2019-09-03 17:54:22 +02:00
AddCMockaTest.cmake Don't install tests and cmocka lib. 2016-02-05 14:14:07 +01:00
CheckCCompilerFlagSSP.cmake Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
CheckPrototypeDefinition.c.in Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
CheckPrototypeDefinition.cmake Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
COPYING-CMAKE-SCRIPTS Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
Copyright.txt Add Copyright.txt for cmake modules 2014-04-07 01:27:59 +02:00
DBusMacros.cmake Integrate libcloudproviders support 2017-12-14 11:19:25 +01:00
DefineCMakeDefaults.cmake Fix typos. 2020-05-04 18:11:36 +00:00
DefineCompilerFlags.cmake More GmbH -> Inc Copyright header fixes 2016-07-26 16:53:11 +02:00
DefineInstallationPaths.cmake More GmbH -> Inc Copyright header fixes 2016-07-26 16:53:11 +02:00
DefinePlatformDefaults.cmake More GmbH -> Inc Copyright header fixes 2016-07-26 16:53:11 +02:00
DeployQt5.cmake CPack is still needed for Windows 2014-10-01 21:16:18 +02:00
ECMAddAppIcon.cmake Updated ECMAddAppIcon to newest ver fromhttps://github.com/KDE/extra-cmake-modules/blob/master/modules/ECMAddAppIcon.cmake with modifications for nc workflow (incl. png2imagemagick) 2019-09-04 16:51:16 +02:00
ECMFindModuleHelpers.cmake Use new ECMAddAppIcon macro for application icons. 2018-01-13 13:58:17 +01:00
ECMFindModuleHelpersStub.cmake Use new ECMAddAppIcon macro for application icons. 2018-01-13 13:58:17 +01:00
FindCMocka.cmake Fix find_library FindCMocka.cmake 2016-10-22 14:52:27 +02:00
FindGio.cmake Integrate libcloudproviders support 2017-12-14 11:19:25 +01:00
FindGLib2.cmake Integrate libcloudproviders support 2017-12-14 11:19:25 +01:00
FindINotify.cmake More GmbH -> Inc Copyright header fixes 2016-07-26 16:53:11 +02:00
FindLibcloudproviders.cmake Integrate libcloudproviders support 2017-12-14 11:19:25 +01:00
FindLibSSH.cmake Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
FindPackageVersionCheck.cmake More GmbH -> Inc Copyright header fixes 2016-07-26 16:53:11 +02:00
FindPdfLatex.cmake More GmbH -> Inc Copyright header fixes 2016-07-26 16:53:11 +02:00
FindPng2Ico.cmake Use new ECMAddAppIcon macro for application icons. 2018-01-13 13:58:17 +01:00
FindSMBClient.cmake Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
FindSparkle.cmake Simplify Sparkle handling in CMake 2020-11-25 09:43:59 +01:00
FindSphinx.cmake More GmbH -> Inc Copyright header fixes 2016-07-26 16:53:11 +02:00
FindSQLite3.cmake FindSql3.cmake: Add the input variable in the search path 2020-12-15 10:57:55 +01:00
GetGitRevisionDescription.cmake Update GetGitRevisionDescription.cmake 2015-02-20 10:11:30 +01:00
GetGitRevisionDescription.cmake.in Update About dialog 2012-12-20 20:35:21 +01:00
GNUInstallDirs.cmake Simplify creating the library path 2015-09-29 00:15:39 +02:00
MacOSXBundleInfo.plist.in Rename Placeholders to Virtual Files in code 2020-12-15 10:57:53 +01:00
MacroAddCompileFlags.cmake Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
MacroAddLinkFlags.cmake Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
MacroEnsureOutOfSourceBuild.cmake Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
MacroLogFeature.cmake Initial changes to also build on Qt5, doesn't compile yet 2013-08-28 17:03:31 +02:00
MacroOptionalFindPackage.cmake Initial changes to also build on Qt5, doesn't compile yet 2013-08-28 17:03:31 +02:00
NSIS.InstallOptions.ini.in Add win32 packaging with nsi 2012-04-02 13:44:24 +02:00
NSIS.template.in Install libocsync to lib/ without subfolder. 2020-12-15 10:57:56 +01:00
SanitizerFlags.cmake Add -fno-sanitize=vptr for SANITIZE_UNDEFINED=ON 2020-05-19 10:57:58 +02:00
UseDoxygen.cmake More GmbH -> Inc Copyright header fixes 2016-07-26 16:53:11 +02:00
Warnings.cmake Use -Wno-gnu-zero-variadic-macro-arguments only for Clang 2019-09-09 19:35:30 +02:00