vcpkg/ports/wordnet/wordnet-config.cmake.in
Chao 6282cab61d [wordnet]add a new port (#8816)
* [wordnet]add a new port

* [wordnet]fix-uwp
2019-10-31 14:12:32 -07:00

15 lines
395 B
CMake

# 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)