mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-17 09:57:02 +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