aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a91bc2ea..e08c9c87 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -495,12 +495,17 @@ endif()
# if building linux package
if (LINUX AND LINUX_INSTALL_SOFTWARE)
include(GNUInstallDirs)
- set(GPGFRONTEND_INSTALL_LIBRARIES
+
+ if(STABLE_BUILD_ONLY_APPLICATION)
+ set(GPGFRONTEND_INSTALL_LIBRARIES "")
+ else()
+ set(GPGFRONTEND_INSTALL_LIBRARIES
mimalloc
gpgfrontend_core
gpgfrontend_ui
gpgfrontend_test
gpgfrontend_module_sdk)
+ endif()
message(STATUS "GpgFrontend Install Libraries: ${GPGFRONTEND_INSTALL_LIBRARIES}")
install(TARGETS ${AppName} ${GPGFRONTEND_INSTALL_LIBRARIES}