diff options
| -rw-r--r-- | CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d28b71808..a1f4ad248 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR) +project(qmmp) #freebsd support include_directories(SYSTEM /usr/local/include) diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index b7c574269..f6c81baf5 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -30,7 +30,7 @@ ENDIF(USE_SCROBBLER) IF(USE_LISTENBRAINZ) add_subdirectory(listenbrainz) -ENDIF(USE_SLISTENBRAINZ) +ENDIF(USE_LISTENBRAINZ) IF(USE_STATICON) add_subdirectory(statusicon) |
