mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
8 lines
189 B
CMake
8 lines
189 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(ZLIB)
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
|
||
|
check_required_components("@PROJECT_NAME@")
|