mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 14:08:16 +08:00
6 lines
157 B
CMake
6 lines
157 B
CMake
if(@ZINT_USE_PNG@)
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(PNG)
|
|
endif()
|
|
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-zint-targets.cmake")
|