new build types

* and remove uneeded files
This commit is contained in:
Eduardo Bart
2012-04-02 09:49:43 -03:00
parent 0ddaa234af
commit 7e6fe71b5e
5 changed files with 20 additions and 619 deletions

View File

@@ -4,6 +4,9 @@ PROJECT(otclient)
INCLUDE(src/framework/CMakeLists.txt)
INCLUDE(src/otclient/CMakeLists.txt)
# functions map for reading backtraces
SET(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -Wl,-Map=otclient.map")
OPTION(USE_PCH "Use precompiled header (speed up compile)" OFF)
SET(executable_SOURCES src/main.cpp)