mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:39:04 +08:00
11 lines
222 B
CMake
11 lines
222 B
CMake
|
@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)
|