aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-07-20 07:51:07 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-07-20 07:51:07 +0000
commit92c9c0bcfb3c37930cb8885386950e10263d6e1a (patch)
treea65d363ea5714112fe6260fb60255160b86810ed /CMakeLists.txt
parent912df70e6936c43e5f9230f58f51fdb31c391346 (diff)
downloadqmmp-92c9c0bcfb3c37930cb8885386950e10263d6e1a.tar.gz
qmmp-92c9c0bcfb3c37930cb8885386950e10263d6e1a.tar.bz2
qmmp-92c9c0bcfb3c37930cb8885386950e10263d6e1a.zip
fixed cmake warnings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8999 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 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)