diff options
author | saturneric <[email protected]> | 2024-01-25 10:51:02 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-25 11:30:12 +0000 |
commit | 41f1dd4d69c589d7b49fcb36b45ab149d5ebceda (patch) | |
tree | 24464bd33d0d7cf964d2091579cc1004f1f97651 /third_party | |
parent | fix: try to solve bugs at universal file operations (diff) | |
download | GpgFrontend-41f1dd4d69c589d7b49fcb36b45ab149d5ebceda.tar.gz GpgFrontend-41f1dd4d69c589d7b49fcb36b45ab149d5ebceda.zip |
fix: buddle libarchive as submodule
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/CMakeLists.txt | 2 | ||||
m--------- | third_party/libarchive | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 1ab18df8..df8bca3a 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -29,6 +29,8 @@ set(JSON_BuildTests OFF CACHE INTERNAL "") add_subdirectory(spdlog EXCLUDE_FROM_ALL) +add_subdirectory(libarchive EXCLUDE_FROM_ALL) + # not working at macOS if(NOT APPLE) set(MI_SECURE ON) diff --git a/third_party/libarchive b/third_party/libarchive new file mode 160000 +Subproject 60f086b37fc40952530d385e9f7a05ebec3dd9a |