aboutsummaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-14 17:59:16 +0000
committersaturneric <[email protected]>2023-10-14 17:59:16 +0000
commit0863078fae1f32104ccdadc080113f5537e045c8 (patch)
tree6d2c4b08648861f3c7b972fe96eb049df30bc6cb /third_party
parentdoc: update some documents (diff)
downloadGpgFrontend-0863078fae1f32104ccdadc080113f5537e045c8.tar.gz
GpgFrontend-0863078fae1f32104ccdadc080113f5537e045c8.zip
fix: slove build problem for flatpack builder
Diffstat (limited to 'third_party')
-rw-r--r--third_party/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index c7912e31..e04e1b41 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -26,6 +26,7 @@
# json
set(JSON_BuildTests OFF CACHE INTERNAL "")
-add_subdirectory(json EXCLUDE_FROM_ALL)
-add_subdirectory(spdlog EXCLUDE_FROM_ALL) \ No newline at end of file
+add_subdirectory(json EXCLUDE_FROM_ALL)
+add_subdirectory(spdlog EXCLUDE_FROM_ALL)
+add_subdirectory(libconfig EXCLUDE_FROM_ALL) \ No newline at end of file