summaryrefslogtreecommitdiffstats
path: root/dcop/dcopidlng
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/dcopidlng')
-rw-r--r--dcop/dcopidlng/CMakeLists.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/dcop/dcopidlng/CMakeLists.txt b/dcop/dcopidlng/CMakeLists.txt
new file mode 100644
index 000000000..574da8a80
--- /dev/null
+++ b/dcop/dcopidlng/CMakeLists.txt
@@ -0,0 +1,25 @@
+#################################################
+#
+# (C) 2010 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+##### other data ################################
+
+install( PROGRAMS
+ dcopidlng
+ DESTINATION ${BIN_INSTALL_DIR} )
+
+install( PROGRAMS
+ kalyptus
+ DESTINATION ${DATA_INSTALL_DIR}/dcopidlng )
+
+install( FILES
+ Ast.pm Iter.pm kalyptusCxxToDcopIDL.pm kdocAstUtil.pm
+ kdocParseDoc.pm kdocUtil.pm
+ DESTINATION ${DATA_INSTALL_DIR}/dcopidlng )