aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-11 10:41:14 +0000
committersaturneric <[email protected]>2024-05-11 10:41:14 +0000
commit6a7a9ae6201e52b5c935d3d1bdf3fa43e1712c7a (patch)
tree971e215b0e7af332aa8ff8cd62922629f70cde19
parentfix: solve flatpak build issue (diff)
downloadGpgFrontend-6a7a9ae6201e52b5c935d3d1bdf3fa43e1712c7a.tar.gz
GpgFrontend-6a7a9ae6201e52b5c935d3d1bdf3fa43e1712c7a.zip
fix: add libgpgfrontend_module_sdk as a installed share library
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 7167d7d1..48efd191 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -506,7 +506,8 @@ if (LINUX AND LINUX_INSTALL_SOFTWARE)
gpgfrontend_core
gpgfrontend_ui
gpgfrontend_test
- gpgfrontend_pinentry)
+ gpgfrontend_pinentry
+ gpgfrontend_module_sdk)
message(STATUS "GpgFrontend Install Libraries: ${GPGFRONTEND_INSTALL_LIBRARIES}")
install(TARGETS ${AppName} ${GPGFRONTEND_INSTALL_LIBRARIES}