1
0
mirror of https://github.com/woo-j/zint.git synced 2024-10-26 08:55:05 +03:00
zint/zint-config.cmake.in
2022-11-21 17:12:02 +02:00

6 lines
146 B
CMake

if(@ZINT_USE_PNG@)
include(CMakeFindDependencyMacro)
find_dependency(PNG)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/zint-targets.cmake")