aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wordnet/wordnet-config.cmake.in
blob: 1de99b5e8d97d75983b341e5a962dfe795381154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Config file for the wordnet package

get_filename_component(_WORDNET_PREFIX_DIR "${CMAKE_CURRENT_LIST_FILE}" DIRECTORY)

set (_TARGET_NAME "wordnet")

set (WORDNET_DICT_PATH @WORDNET_DICT_PATH@)
message (STATUS "WORDNET_DICT_PATH: @WORDNET_DICT_PATH@")

# IMPORTED targets for wordnet
include("${_WORDNET_PREFIX_DIR}/${_TARGET_NAME}-targets.cmake")

set(_WORDNET_PREFIX_DIR)
set(_TARGET_NAME)