aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-05-11 12:31:48 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-05-11 12:31:48 +0000
commit7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6 (patch)
tree6a007307cac9dab20af39a9d1c69776379660fe5 /src/plugins/General/CMakeLists.txt
parentf12c647031485d06eb2eb46b74a10f097f141fca (diff)
downloadqmmp-7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6.tar.gz
qmmp-7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6.tar.bz2
qmmp-7c6e2dd399925d6c82ec3d55e6dc9e787cb252e6.zip
enabled file operations plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@936 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
-rw-r--r--src/plugins/General/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index 8b428c008..fea4bf984 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -5,6 +5,7 @@ SET(USE_NOTIFIER TRUE CACHE BOOL "enable/disable notifier plugin")
SET(USE_LYRICS TRUE CACHE BOOL "enable/disable lyrics version")
SET(USE_HAL TRUE CACHE BOOL "enable/disable hal plugin")
SET(USE_HOTKEY TRUE CACHE BOOL "enable/disable global hotkey plugin")
+SET(USE_FILEOPS TRUE CACHE BOOL "enable/disable fileops plugin")
IF(USE_MPRIS)
add_subdirectory(mpris)
@@ -33,3 +34,7 @@ ENDIF(USE_HAL)
IF(USE_HOTKEY)
add_subdirectory(hotkey)
ENDIF(USE_HOTKEY)
+
+IF(USE_FILEOPS)
+add_subdirectory(fileops)
+ENDIF(USE_FILEOPS)