mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:59:05 +08:00
10 lines
305 B
Plaintext
10 lines
305 B
Plaintext
libarchive is compatible with the CMake Find Module:
|
|
|
|
find_package(LibArchive REQUIRED)
|
|
target_link_libraries(main PRIVATE LibArchive::LibArchive) # since CMake 3.17
|
|
|
|
libarchive provides pkg-config modules:
|
|
|
|
# library that can create and read several streaming archive formats
|
|
libarchive
|