summaryrefslogtreecommitdiffstats
path: root/arts/modules/effects/mcopclass/CMakeLists.txt
blob: 17a2162af774a55839a543c65bc2895536b68dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#################################################
#
#  (C) 2017 Slávek Banko
#  slavek (DOT) banko (AT) axis.cz
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

install(
  FILES
    FiveBandMonoComplexEQ.mcopclass
    FiveBandMonoComplexEQGuiFactory.mcopclass
    MonoToStereo.mcopclass
    StereoToMono.mcopclass
    StereoBalance.mcopclass
    StereoBalanceGuiFactory.mcopclass
    Synth_VOICE_REMOVAL.mcopclass
    VoiceRemovalGuiFactory.mcopclass
    Synth_STEREO_COMPRESSOR.mcopclass
    StereoCompressorGuiFactory.mcopclass
    Synth_STEREO_PITCH_SHIFT.mcopclass
    Synth_STEREO_PITCH_SHIFT_FFT.mcopclass
    Synth_STEREO_FIR_EQUALIZER.mcopclass
    StereoFirEqualizerGuiFactory.mcopclass
    Synth_FREEVERB.mcopclass
    FreeverbGuiFactory.mcopclass
    Effect_WAVECAPTURE.mcopclass
    StereoVolumeControlGui.mcopclass
    StereoVolumeControlGuiFactory.mcopclass
  DESTINATION ${LIB_INSTALL_DIR}/mcop/Arts
)