From 41f1dd4d69c589d7b49fcb36b45ab149d5ebceda Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 25 Jan 2024 18:51:02 +0800 Subject: fix: buddle libarchive as submodule --- third_party/CMakeLists.txt | 2 ++ third_party/libarchive | 1 + 2 files changed, 3 insertions(+) create mode 160000 third_party/libarchive (limited to 'third_party') 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 index 00000000..60f086b3 --- /dev/null +++ b/third_party/libarchive @@ -0,0 +1 @@ +Subproject commit 60f086b37fc40952530d385e9f7a05ebec3dd9ad -- cgit v1.2.3