summaryrefslogtreecommitdiff
path: root/hiredict-config.cmake.in
blob: ff170b1aa4e8482eb4e7ea9005b9f9df51ca25ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@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)