summaryrefslogtreecommitdiffstats
path: root/arts/modules/effects/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'arts/modules/effects/CMakeLists.txt')
-rw-r--r--arts/modules/effects/CMakeLists.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/arts/modules/effects/CMakeLists.txt b/arts/modules/effects/CMakeLists.txt
index 58c847d9..a5136f08 100644
--- a/arts/modules/effects/CMakeLists.txt
+++ b/arts/modules/effects/CMakeLists.txt
@@ -38,15 +38,15 @@ link_directories(
tde_add_library( artsmoduleseffects SHARED AUTOMOC
SOURCES
- artsmoduleseffects.cc
- fivebandmonocomplexeq_impl.cc
- monostereoconversion_impl.cc
- synth_stereo_pitch_shift_impl.cc synth_stereo_pitch_shift_fft_impl.cc
- synth_voice_removal_impl.cc voiceremovalguifactory_impl.cc
- synth_stereo_compressor_impl.cc stereocompressorguifactory_impl.cc
- synth_stereo_fir_equalizer_impl.cc
- synth_freeverb_impl.cc freeverbguifactory_impl.cc
- effect_wavecapture_impl.cc
+ artsmoduleseffects.cpp
+ fivebandmonocomplexeq_impl.cpp
+ monostereoconversion_impl.cpp
+ synth_stereo_pitch_shift_impl.cpp synth_stereo_pitch_shift_fft_impl.cpp
+ synth_voice_removal_impl.cpp voiceremovalguifactory_impl.cpp
+ synth_stereo_compressor_impl.cpp stereocompressorguifactory_impl.cpp
+ synth_stereo_fir_equalizer_impl.cpp
+ synth_freeverb_impl.cpp freeverbguifactory_impl.cpp
+ effect_wavecapture_impl.cpp
kstereovolumecontrolgui_impl.cpp stereovolumecontrolguifactory_impl.cpp
VERSION 0.0.0
EMBED
@@ -60,7 +60,7 @@ tde_add_library( artsmoduleseffects SHARED AUTOMOC
add_custom_command(
OUTPUT
- artsmoduleseffects.cc artsmoduleseffects.h
+ artsmoduleseffects.cpp artsmoduleseffects.h
artsmoduleseffects.mcopclass artsmoduleseffects.mcoptype
COMMAND ${ARTS_MCOPIDL_EXECUTABLE} -t
-I${CMAKE_SOURCE_DIR}/arts/gui/common