zeek/auxil/vcpkg/ports/breakpad/unofficial-breakpadConfig.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

7 lines
155 B
CMake

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