diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-03 15:44:07 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-03 15:44:07 +0000 |
| commit | cf300631faea604adcab937de6afb66e4e43eb84 (patch) | |
| tree | 430f17e842d4a93ae6d45a4141cc1d20cf4c6740 /src/plugins/General/CMakeLists.txt | |
| parent | aab2fd616b244e143d286ad83d751c6eec5d9b5e (diff) | |
| download | qmmp-cf300631faea604adcab937de6afb66e4e43eb84.tar.gz qmmp-cf300631faea604adcab937de6afb66e4e43eb84.tar.bz2 qmmp-cf300631faea604adcab937de6afb66e4e43eb84.zip | |
fixed cmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2374 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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) |
