redict/deps/hiredict/hiredict-config.cmake.in

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)