From 5692f32bcfa049fc2b5555b5a883045b217349b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 9 Oct 2014 23:47:24 +0200 Subject: CMake-ify, rename to termkey2 for the time being --- config.cmake.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.cmake.in (limited to 'config.cmake.in') 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) + -- cgit v1.2.3