vcpkg/ports/libarchive/usage
2024-08-05 20:30:14 -07:00

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