From 39e541c76719b08f7b3f72ff6f089c971502f43a Mon Sep 17 00:00:00 2001 From: Anonymous Date: Thu, 16 Jan 2014 16:32:37 -0700 Subject: [PATCH] Added a define so the db library builds with the oci driver --- .../shared/library/sharedDatabaseInterface/src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/shared/library/sharedDatabaseInterface/src/CMakeLists.txt b/engine/shared/library/sharedDatabaseInterface/src/CMakeLists.txt index 7e0b3b91..fbd810d0 100644 --- a/engine/shared/library/sharedDatabaseInterface/src/CMakeLists.txt +++ b/engine/shared/library/sharedDatabaseInterface/src/CMakeLists.txt @@ -88,6 +88,8 @@ include_directories( ${SWG_EXTERNALS_SOURCE_DIR}/ours/library/unicodeArchive/include/public ) +add_definitions(-DDBLIBRARY_OCI) + add_library(sharedDatabaseInterface STATIC ${SHARED_SOURCES} ${PLATFORM_SOURCES}