vcpkg/ports/bit7z/unofficial-bit7z-config.cmake.in

11 lines
222 B
CMake
Raw Normal View History

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(7zip CONFIG)
find_dependency(ghc_filesystem CONFIG)
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-bit7z-targets.cmake")
check_required_components(bit7z)