From d787dda4d47786a4e756f04bff8693f653e8bb85 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 15 May 2008 21:37:22 +0000 Subject: improved cmake scripts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@373 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/plugins/General/CMakeLists.txt') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index 1dfa8e373..45bc7a436 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -4,29 +4,17 @@ SET(USE_STATICON TRUE CACHE BOOL "enable/disable status icon plugin") SET(USE_NOTIFIER TRUE CACHE BOOL "enable/disable notifier plugin") IF(USE_DBUS) -MESSAGE(STATUS "DBUS ON") add_subdirectory(dbuscontrol) -ELSE(USE_DBUS) -MESSAGE(STATUS "DBUS OFF") ENDIF(USE_DBUS) IF(USE_SCROBBLER) -MESSAGE( STATUS "SCROBBLER ON") add_subdirectory(scrobbler) -ELSE(USE_SCROBBLER) -MESSAGE( STATUS "SCROBBLER OFF") ENDIF(USE_SCROBBLER) IF(USE_STATICON) -MESSAGE( STATUS "STATICON ON") add_subdirectory(statusicon) -ELSE(USE_STATICON) -MESSAGE( STATUS "STATICON OFF") ENDIF(USE_STATICON) IF(USE_NOTIFIER) -MESSAGE(STATUS "NOTIFIER ON") add_subdirectory(notifier) -ELSE(USE_NOTIFIER) -MESSAGE(STATUS "NOTIFIER OFF") ENDIF(USE_NOTIFIER) -- cgit v1.2.3-13-gbd6f