mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'solaris' of https://github.com/arangodb/arangodb into solaris
This commit is contained in:
commit
07dc8bec25
|
@ -61,4 +61,11 @@ add_library(
|
||||||
|
|
||||||
include_directories(${PROJECT_SOURCE_DIR})
|
include_directories(${PROJECT_SOURCE_DIR})
|
||||||
|
|
||||||
|
set(GETOPT_INCLUDE_DIR
|
||||||
|
${PROJECT_SOURCE_DIR}
|
||||||
|
CACHE INTERNAL
|
||||||
|
"${PROJECT_NAME}: Include Directories"
|
||||||
|
FORCE
|
||||||
|
)
|
||||||
|
|
||||||
endif ()
|
endif ()
|
||||||
|
|
|
@ -434,6 +434,15 @@ endif ()
|
||||||
|
|
||||||
add_subdirectory(3rdParty)
|
add_subdirectory(3rdParty)
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
## GETOPT
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
if (WINDOWS)
|
||||||
|
include_directories(${GETOPT_INCLUDE_DIR})
|
||||||
|
add_definitions("-D_CRT_SECURE_NO_WARNINGS=1")
|
||||||
|
endif ()
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
## BOOST
|
## BOOST
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in New Issue