aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-07 17:49:56 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-07 17:49:56 +0000
commit1a13270970c4194a0f3c306c0a9bb8e72e42c1fd (patch)
tree891a6bb950a490c6532d8b7e6c5c2d6deb51e269 /src/plugins/General/CMakeLists.txt
parent26c0acfe811b4494d4aeb0763362eedddcff4806 (diff)
downloadqmmp-1a13270970c4194a0f3c306c0a9bb8e72e42c1fd.tar.gz
qmmp-1a13270970c4194a0f3c306c0a9bb8e72e42c1fd.tar.bz2
qmmp-1a13270970c4194a0f3c306c0a9bb8e72e42c1fd.zip
updated cmake files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9619 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 a6c63ea6f..38ee086b9 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -18,6 +18,7 @@ SET(USE_TRACKCHANGE TRUE CACHE BOOL "enable/disable track change plugin")
SET(USE_COPYPASTE TRUE CACHE BOOL "enable/disable copy/paste change plugin")
SET(USE_HISTORY TRUE CACHE BOOL "enable/disable history plugin")
SET(USE_SLEEPINHIBITOR TRUE CACHE BOOL "enable/disable sleep mode inhibition plugin")
+SET(USE_LIBRARY TRUE CACHE BOOL "enable/disable media library plugin")
SET(USE_TASKBAR TRUE CACHE BOOL "enable/disable taskbar plugin (Windows)")
SET(USE_RDETECT TRUE CACHE BOOL "enable/disable rdetect plugin (Windows)")
@@ -108,3 +109,7 @@ ENDIF(USE_TASKBAR AND Qt5WinExtras_FOUND)
IF(USE_RDETECT AND Qt5WinExtras_FOUND)
add_subdirectory(rdetect)
ENDIF(USE_RDETECT AND Qt5WinExtras_FOUND)
+
+IF(USE_LIBRARY)
+add_directory(library)
+ENDIF(USE_LIBRARY)