mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 09:57:02 +00:00
6 lines
146 B
CMake
6 lines
146 B
CMake
if(@ZINT_USE_PNG@)
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(PNG)
|
|
endif()
|
|
include("${CMAKE_CURRENT_LIST_DIR}/zint-targets.cmake")
|