From ac1a286dff471d65fc9501ea23a865426666514d Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sun, 25 Jul 2010 19:37:05 +0200 Subject: [PATCH] ZynAddSubFX/CMakeLists.txt: remove accidently added subdirectory The src/Tests/ directory was not copied from upstream, therefore do not reference it in CMakeLists.txt. --- plugins/zynaddsubfx/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/zynaddsubfx/CMakeLists.txt b/plugins/zynaddsubfx/CMakeLists.txt index aad16f605..fdcb66e1e 100644 --- a/plugins/zynaddsubfx/CMakeLists.txt +++ b/plugins/zynaddsubfx/CMakeLists.txt @@ -73,7 +73,6 @@ add_subdirectory(src/Effects) add_subdirectory(src/Params) add_subdirectory(src/DSP) add_subdirectory(src/Samples) -add_subdirectory(src/Tests) ADD_LIBRARY(ZynAddSubFxCore SHARED LocalZynAddSubFx.cpp) TARGET_LINK_LIBRARIES(ZynAddSubFxCore ${ZASF_CORE_LIBS} ${FFTW3F_LIBRARIES} ${QT_LIBRARIES} -lz -lpthread)