diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-14 21:34:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-01-14 21:34:21 +0000 |
| commit | 1ac45ae67953898cbf207aefac81be7d99974d85 (patch) | |
| tree | ba7a6ee8fbc0c109361775c60daf623d906b2bcc /src/plugins/General/CMakeLists.txt | |
| parent | b4dd48aaa81e0b7656b1fa7342a918313e192584 (diff) | |
| download | qmmp-1ac45ae67953898cbf207aefac81be7d99974d85.tar.gz qmmp-1ac45ae67953898cbf207aefac81be7d99974d85.tar.bz2 qmmp-1ac45ae67953898cbf207aefac81be7d99974d85.zip | |
lyrics plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@745 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index e78c28075..6e69595da 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -2,6 +2,7 @@ SET(USE_DBUS TRUE CACHE BOOL "enable/disable dbus plugin") SET(USE_SCROBBLER TRUE CACHE BOOL "enable/disable scrobbler plugin") SET(USE_STATICON TRUE CACHE BOOL "enable/disable status icon plugin") SET(USE_NOTIFIER TRUE CACHE BOOL "enable/disable notifier plugin") +SET(USE_LYRICS TRUE CACHE BOOL "enable/disable lyrics version") IF(USE_DBUS) add_subdirectory(mpris) @@ -18,3 +19,7 @@ ENDIF(USE_STATICON) IF(USE_NOTIFIER) add_subdirectory(notifier) ENDIF(USE_NOTIFIER) + +IF(USE_LYRICS) +add_subdirectory(lyrics) +ENDIF(USE_LYRICS) |
