mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-14 18:13:53 +00:00
Install CMake export
This commit is contained in:
5
zint-config.cmake.in
Normal file
5
zint-config.cmake.in
Normal file
@@ -0,0 +1,5 @@
|
||||
if(@ZINT_USE_PNG@)
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(PNG)
|
||||
endif()
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/zint-targets.cmake")
|
||||
Reference in New Issue
Block a user