From cf300631faea604adcab937de6afb66e4e43eb84 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 3 Oct 2011 15:44:07 +0000 Subject: fixed cmake scripts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2374 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index 57310730c..0ccf00b0a 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -54,3 +54,7 @@ ENDIF(USE_COVER) IF(USE_KDENOTIFY) add_subdirectory(kdenotify) ENDIF(USE_KDENOTIFY) + +IF(USE_CONVERTER) +add_subdirectory(converter) +ENDIF(USE_CONVERTER) -- cgit v1.2.3-13-gbd6f