mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 05:32:03 -04:00
5 lines
146 B
CMake
5 lines
146 B
CMake
if(@ZINT_USE_PNG@)
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(PNG)
|
|
endif()
|
|
include("${CMAKE_CURRENT_LIST_DIR}/zint-targets.cmake")
|