vcpkg/ports/breakpad/unofficial-breakpadConfig.cmake
liamwhite 146441473c
[breakpad] update to 2023.01.27 (#34273)
* [breakpad] update to 2023.01.27

* Fix the CMakeFindDependencyMacro part.

* Attach zlib to where the glob happens, and remove duplicate cpp files from dump_syms.

* Zlib is an unconditional dependency on Linux

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-12-12 01:05:14 -08:00

7 lines
156 B
CMake

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