aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/CMakeLists.txt')
-rw-r--r--src/plugins/Effect/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/Effect/CMakeLists.txt b/src/plugins/Effect/CMakeLists.txt
new file mode 100644
index 000000000..a777010b9
--- /dev/null
+++ b/src/plugins/Effect/CMakeLists.txt
@@ -0,0 +1,8 @@
+SET(USE_SRC TRUE CACHE BOOL "enable/disable SRC plugin")
+
+IF(USE_SRC)
+MESSAGE( STATUS "SRC ON")
+add_subdirectory(srconverter)
+ELSE(USE_SRC)
+MESSAGE( STATUS "SRC OFF")
+ENDIF(USE_SRC)