aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wordnet/wordnet-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/wordnet/wordnet-config.cmake.in')
-rw-r--r--vcpkg/ports/wordnet/wordnet-config.cmake.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/wordnet/wordnet-config.cmake.in b/vcpkg/ports/wordnet/wordnet-config.cmake.in
new file mode 100644
index 0000000..1de99b5
--- /dev/null
+++ b/vcpkg/ports/wordnet/wordnet-config.cmake.in
@@ -0,0 +1,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)