Add more result variables to the cmake package configuration

This commit is contained in:
Marc Aldorasi 2024-02-16 15:01:32 -05:00 committed by Hans Kristian Rosbach
parent 93b870fbef
commit 5164e1021f

View File

@ -3,7 +3,9 @@ set(ZLIB_VERSION @ZLIB_HEADER_VERSION@)
@PACKAGE_INIT@
set_and_check(ZLIB_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
set(ZLIB_INCLUDE_DIRS "${ZLIB_INCLUDE_DIR}")
set_and_check(ZLIB_LIB_DIR "@PACKAGE_LIB_INSTALL_DIR@")
set(ZLIB_LIBRARIES ZLIB::ZLIB)
include("${CMAKE_CURRENT_LIST_DIR}/ZLIB.cmake")