mirror of
https://github.com/randy408/libspng
synced 2025-03-28 21:13:20 +00:00

The macro should be included before usage, this include is not auto-generated by @PACKAGE_INIT@
10 lines
181 B
CMake
10 lines
181 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(ZLIB REQUIRED)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
|
|
|
|
check_required_components(spng)
|