mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 06:19:06 +08:00
7 lines
156 B
CMake
7 lines
156 B
CMake
|
if(@USED_ZLIB@)
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(ZLIB)
|
||
|
endif()
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-breakpad-targets.cmake")
|