aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-10-14 17:13:54 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-10-14 17:13:54 +0000
commitedcf1ca68a32c85e18ac500990bd28e93e4be2e5 (patch)
tree85b44651b7ba22d5829519c0ef712de8f7622f3b /src/plugins/General/CMakeLists.txt
parent43afdc9a57c17e39b07346b093d82c7f8ce281b2 (diff)
downloadqmmp-edcf1ca68a32c85e18ac500990bd28e93e4be2e5.tar.gz
qmmp-edcf1ca68a32c85e18ac500990bd28e93e4be2e5.tar.bz2
qmmp-edcf1ca68a32c85e18ac500990bd28e93e4be2e5.zip
added cover manager files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1315 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 fea4bf984..cdd47cbd3 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -6,6 +6,7 @@ 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")
+SET(USE_COVER TRUE CACHE BOOL "enable/disable cover manager plugin")
IF(USE_MPRIS)
add_subdirectory(mpris)
@@ -38,3 +39,7 @@ ENDIF(USE_HOTKEY)
IF(USE_FILEOPS)
add_subdirectory(fileops)
ENDIF(USE_FILEOPS)
+
+IF(USE_COVER)
+add_subdirectory(covermanager)
+ENDIF(USE_COVER)