diff options
author | saturneric <[email protected]> | 2023-10-14 17:59:16 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-14 17:59:16 +0000 |
commit | 0863078fae1f32104ccdadc080113f5537e045c8 (patch) | |
tree | 6d2c4b08648861f3c7b972fe96eb049df30bc6cb /third_party | |
parent | doc: update some documents (diff) | |
download | GpgFrontend-0863078fae1f32104ccdadc080113f5537e045c8.tar.gz GpgFrontend-0863078fae1f32104ccdadc080113f5537e045c8.zip |
fix: slove build problem for flatpack builder
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/CMakeLists.txt | 5 |
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 |