redict/deps/hiredict/util/hiredict-config.cmake.in
Anna (navi) Figueiredo Gomes 52c3e46637 deps/hiredict: update to restructured version
this allows for redict to use the same include paths for both system and
vendored hiredict, allowing use of system hiredict without patches.

Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2024-04-19 12:44:44 +02:00

14 lines
346 B
CMake

@PACKAGE_INIT@
set_and_check(hiredict_INCLUDEDIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
IF (NOT TARGET hiredict::@hiredict_export_name@)
INCLUDE(${CMAKE_CURRENT_LIST_DIR}/hiredict-targets.cmake)
ENDIF()
SET(hiredict_LIBRARIES hiredict::@hiredict_export_name@)
SET(hiredict_INCLUDE_DIRS ${hiredict_INCLUDEDIR})
check_required_components(hiredict)