1
This commit is contained in:
commit
cce4edafb2
@ -3,6 +3,13 @@ cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
set(GAME_ID 9002)
|
||||
|
||||
if (${LIB_DIR})
|
||||
message(LIB_DIR: ${LIB_DIR})
|
||||
else()
|
||||
set(LIB_DIR )
|
||||
message(LIB_DIR: ${LIB_DIR} )
|
||||
endif()
|
||||
|
||||
if (${RELEASE})
|
||||
set(CMAKE_BUILD_TYPE "Release")
|
||||
message("release mode")
|
||||
@ -32,7 +39,7 @@ include_directories(
|
||||
link_directories(
|
||||
/usr/lib64/mysql
|
||||
/usr/local/lib
|
||||
../../third_party/behaviac/lib
|
||||
../../third_party/behaviac/lib/${LIB_DIR}
|
||||
)
|
||||
|
||||
aux_source_directory(../../third_party/a8engine/a8
|
||||
|
2
third_party/a8engine
vendored
2
third_party/a8engine
vendored
@ -1 +1 @@
|
||||
Subproject commit adcd7a71ae0d085df858585bef5df69270b01c86
|
||||
Subproject commit 600bba2be22c46844b15e8b728dd00bec55e51c2
|
2
third_party/behaviac
vendored
2
third_party/behaviac
vendored
@ -1 +1 @@
|
||||
Subproject commit 240414570ee2848291d24ff8d3102dc43d4104a3
|
||||
Subproject commit 5beca57f6555aa0d9e4de71c93653cade928a654
|
2
third_party/framework
vendored
2
third_party/framework
vendored
@ -1 +1 @@
|
||||
Subproject commit 00ee11c757204f61ba450656c381293b9e0b0bbd
|
||||
Subproject commit 3390412e54cef4964d65f6f686b56b7fc7e0ea7b
|
Loading…
x
Reference in New Issue
Block a user