Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2019-02-08 18:14:58 +0300
committerDominik Schmidt <dev@dominik-schmidt.de>2019-02-12 22:30:30 +0300
commitf8007cfc0beaba2ea22ae97bb84a794082336424 (patch)
tree67a843e5a738abde123588e332dd38021a5d4cac /THEME.cmake
parent191d3279780229174080a2707598e5265921eadc (diff)
Add doc CMake target
Diffstat (limited to 'THEME.cmake')
-rw-r--r--THEME.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/THEME.cmake b/THEME.cmake
index e0946dac0..a5dc42fb1 100644
--- a/THEME.cmake
+++ b/THEME.cmake
@@ -30,6 +30,8 @@ if (NOT DEFINED PACKAGE)
set(PACKAGE "${LINUX_PACKAGE_SHORTNAME}-client")
endif()
+set(PROJECT_NAME "${PACKAGE}")
+
if(NOT CRASHREPORTER_EXECUTABLE)
set(CRASHREPORTER_EXECUTABLE "${APPLICATION_EXECUTABLE}_crash_reporter")
endif()