mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
Fix boost issue on Ubuntu and fix MySQL lib issue
* Add framework options for configuration * libboost_chrono-mt.a dependency issue (with clock_gettime) * MySQL lib must be added before zlib
This commit is contained in:
@@ -3,11 +3,12 @@ project(otclient)
|
||||
|
||||
set(VERSION "0.6.2")
|
||||
|
||||
set(FRAMEWORK_SOUND ON)
|
||||
set(FRAMEWORK_GRAPHICS ON)
|
||||
set(FRAMEWORK_XML ON)
|
||||
set(FRAMEWORK_NET ON)
|
||||
set(FRAMEWORK_SQL ON)
|
||||
option(FRAMEWORK_SOUND "Use SOUND " ON)
|
||||
option(FRAMEWORK_GRAPHICS "Use GRAPHICS " ON)
|
||||
option(FRAMEWORK_XML "Use XML " ON)
|
||||
option(FRAMEWORK_NET "Use NET " ON)
|
||||
option(FRAMEWORK_SQL "Use SQL" ON)
|
||||
|
||||
include(src/framework/CMakeLists.txt)
|
||||
include(src/client/CMakeLists.txt)
|
||||
|
||||
|
Reference in New Issue
Block a user