summaryrefslogtreecommitdiffstats
path: root/flow/mcopclass
diff options
context:
space:
mode:
Diffstat (limited to 'flow/mcopclass')
-rw-r--r--flow/mcopclass/CMakeLists.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/flow/mcopclass/CMakeLists.txt b/flow/mcopclass/CMakeLists.txt
index e69de29..913584c 100644
--- a/flow/mcopclass/CMakeLists.txt
+++ b/flow/mcopclass/CMakeLists.txt
@@ -0,0 +1,22 @@
+#################################################
+#
+# (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( FILES
+ Synth_ADD.mcopclass Synth_FREQUENCY.mcopclass
+ Synth_MUL.mcopclass Synth_MULTI_ADD.mcopclass
+ Synth_PLAY.mcopclass Synth_RECORD.mcopclass
+ Synth_PLAY_WAV.mcopclass Synth_WAVE_SIN.mcopclass
+ Synth_BUS_DOWNLINK.mcopclass Synth_BUS_UPLINK.mcopclass
+ Synth_AMAN_PLAY.mcopclass Synth_AMAN_RECORD.mcopclass
+ DataHandlePlay.mcopclass WaveDataHandle.mcopclass
+ DESTINATION ${LIB_INSTALL_DIR}/mcop/Arts )