|
|
@ -175,8 +175,9 @@ endif()
|
|
|
|
# find and make available libz
|
|
|
|
# find and make available libz
|
|
|
|
if(NOT UNIX)
|
|
|
|
if(NOT UNIX)
|
|
|
|
SET(ZLIB_ROOT depends/zlib/)
|
|
|
|
SET(ZLIB_ROOT depends/zlib/)
|
|
|
|
|
|
|
|
else()
|
|
|
|
|
|
|
|
set(ZLIB_ROOT /usr/lib/i386-linux-gnu)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
set(ZLIB_ROOT /usr/lib/i386-linux-gnu)
|
|
|
|
|
|
|
|
find_package(ZLIB REQUIRED)
|
|
|
|
find_package(ZLIB REQUIRED)
|
|
|
|
include_directories(depends/protobuf)
|
|
|
|
include_directories(depends/protobuf)
|
|
|
|
include_directories(depends/lua/include)
|
|
|
|
include_directories(depends/lua/include)
|
|
|
|