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

6 lines
146 B
CMake
Raw Normal View History

2022-11-21 17:56:52 +03:00
if(@ZINT_USE_PNG@)
include(CMakeFindDependencyMacro)
find_dependency(PNG)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/zint-targets.cmake")