mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:39:02 +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")
|