We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4ee28 commit 598dcacCopy full SHA for 598dcac
cmake/Config.cmake.in
@@ -3,3 +3,12 @@ include(CMakeFindDependencyMacro)
3
find_dependency(ZLIB CONFIG)
4
5
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
6
+
7
+if(NOT TARGET PNG::PNG)
8
+ set_target_properties(
9
+ PNG::png
10
+ PROPERTIES
11
+ IMPORTED_GLOBAL True
12
+ )
13
+ add_library(PNG::PNG ALIAS PNG::png)
14
+endif()
0 commit comments