1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-07-31 02:19:50 +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
View File
@@ -0,0 +1,5 @@
if(@ZINT_USE_PNG@)
include(CMakeFindDependencyMacro)
find_dependency(PNG)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/zint-targets.cmake")