diff options
author | saturneric <[email protected]> | 2024-05-11 10:41:14 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-05-11 10:41:14 +0000 |
commit | 6a7a9ae6201e52b5c935d3d1bdf3fa43e1712c7a (patch) | |
tree | 971e215b0e7af332aa8ff8cd62922629f70cde19 | |
parent | fix: solve flatpak build issue (diff) | |
download | GpgFrontend-6a7a9ae6201e52b5c935d3d1bdf3fa43e1712c7a.tar.gz GpgFrontend-6a7a9ae6201e52b5c935d3d1bdf3fa43e1712c7a.zip |
fix: add libgpgfrontend_module_sdk as a installed share library
-rw-r--r-- | src/CMakeLists.txt | 3 |
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} |