1
0
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:
Todor Prokopov
2022-11-21 16:56:52 +02:00
parent 66431d8ec1
commit 536a581d9e
3 changed files with 24 additions and 2 deletions

5
zint-config.cmake.in Normal file
View File

@@ -0,0 +1,5 @@
if(@ZINT_USE_PNG@)
include(CMakeFindDependencyMacro)
find_dependency(PNG)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/zint-targets.cmake")