mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 06:21:25 +00:00
Disable more libarchive utilities
This commit is contained in:
parent
97ef3bf9c3
commit
8dc5861435
3
third_party/CMakeLists.txt
vendored
3
third_party/CMakeLists.txt
vendored
@ -99,6 +99,9 @@ set(ENABLE_LZMA OFF CACHE BOOL "Enable the use of the system LZMA library if fou
|
||||
set(ENABLE_CNG OFF CACHE BOOL "Enable the use of CNG(Crypto Next Generation)")
|
||||
set(ENABLE_BZip2 OFF CACHE BOOL "Enable the use of the system BZip2 library if found")
|
||||
set(ENABLE_LIBXML2 OFF CACHE BOOL "Enable the use of the system libxml2 library if found")
|
||||
set(ENABLE_CAT OFF CACHE BOOL "Enable cat building")
|
||||
set(ENABLE_TAR OFF CACHE BOOL "Enable tar building")
|
||||
set(ENABLE_CPIO OFF CACHE BOOL "Enable cpio building")
|
||||
add_subdirectory(libarchive)
|
||||
target_include_directories(archive_static INTERFACE
|
||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/libarchive/libarchive>)
|
||||
|
Loading…
Reference in New Issue
Block a user