aboutsummaryrefslogtreecommitdiff
path: root/config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.cmake.in')
-rw-r--r--config.cmake.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.cmake.in b/config.cmake.in
new file mode 100644
index 0000000..9a19a6f
--- /dev/null
+++ b/config.cmake.in
@@ -0,0 +1,8 @@
+# - Config file for @project_CMAKE_NAME@
+# It defines the following variables:
+# @project_CMAKE_NAME@_INCLUDE_DIRS
+# @project_CMAKE_NAME@_LIBRARIES
+
+set (@project_CMAKE_NAME@_INCLUDE_DIRS @CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/@project_INCLUDE_NAME@)
+set (@project_CMAKE_NAME@_LIBRARIES termkey2)
+