aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-01 10:14:48 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-05-01 10:14:48 +0000
commit49c20883c53345f7d2f5378d54e289129d78cf02 (patch)
tree6359b6a3afbbf1bee20dfe2d7dfc52283808f3a2 /CMakeLists.txt
parent570005961463aac58c9683a585d14d03ca55a744 (diff)
downloadqmmp-49c20883c53345f7d2f5378d54e289129d78cf02.tar.gz
qmmp-49c20883c53345f7d2f5378d54e289129d78cf02.tar.bz2
qmmp-49c20883c53345f7d2f5378d54e289129d78cf02.zip
improved build scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@356 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ab4b2f91..b0c124803 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,7 @@
+SET(QMMP_VERSION 0.2.0)
+SET(QMMP_SOVERSION 0)
+SET(SVN_VERSION TRUE)
+
SET(LIB_DIR "lib" CACHE STRING "library path")
add_subdirectory(src/qmmp)
add_subdirectory(src/qmmpui)