summaryrefslogtreecommitdiffstats
path: root/interfaces/terminal/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/terminal/CMakeLists.txt')
-rw-r--r--interfaces/terminal/CMakeLists.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/interfaces/terminal/CMakeLists.txt b/interfaces/terminal/CMakeLists.txt
new file mode 100644
index 000000000..439c3ec29
--- /dev/null
+++ b/interfaces/terminal/CMakeLists.txt
@@ -0,0 +1,16 @@
+#################################################
+#
+# (C) 2010 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+##### headers ###################################
+
+install( FILES
+ kde_terminal_interface.h
+ DESTINATION ${INCLUDE_INSTALL_DIR} )