New version 0.5.3

This commit is contained in:
Eduardo Bart
2012-08-29 19:00:08 -03:00
parent a6185e57aa
commit d98f6f7673
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 2.6)
project(otclient)
set(VERSION "0.5.3")
set(FRAMEWORK_SOUND ON)
set(FRAMEWORK_GRAPHICS ON)
set(FRAMEWORK_XML ON)
@@ -28,6 +30,8 @@ if(WIN32)
set(executable_SOURCES ${executable_SOURCES} otcicon.o)
endif()
add_definitions(-D"VERSION=\\"${VERSION}\\"")
# add otclient executable
add_executable(otclient ${framework_SOURCES} ${otclient_SOURCES} ${executable_SOURCES})