vcpkg/ports/breakpad/unofficial-breakpadConfig.cmake

7 lines
155 B
CMake

if(@USED_ZLIB@)
include(CMakeFindDependencyMacro)
find_dependency(ZLIB)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-breakpadTargets.cmake")