mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
7 lines
155 B
CMake
7 lines
155 B
CMake
if(@USED_ZLIB@)
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(ZLIB)
|
|
endif()
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-breakpadTargets.cmake")
|