You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
743 B
23 lines
743 B
#################################################
|
|
#
|
|
# (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 )
|