Work on sql framework classes

This commit is contained in:
BeniS
2013-03-03 19:19:22 +13:00
parent 3980f859b7
commit 02d32565e9
9 changed files with 545 additions and 203 deletions

View File

@@ -7,6 +7,7 @@ set(FRAMEWORK_SOUND ON)
set(FRAMEWORK_GRAPHICS ON)
set(FRAMEWORK_XML ON)
set(FRAMEWORK_NET ON)
set(FRAMEWORK_SQL ON)
include(src/framework/CMakeLists.txt)
include(src/client/CMakeLists.txt)