mirror of https://gitee.com/bigwinds/arangodb
fixed CMakeLists for arangosh on Non-Linux
This commit is contained in:
parent
9a63b47adf
commit
b16efdc645
|
@ -39,6 +39,7 @@ endif ()
|
|||
add_executable(
|
||||
${BIN_ARANGOB}
|
||||
${ProductVersionFiles_arangob}
|
||||
Basics/WorkMonitorDummy.cpp
|
||||
ArangoShell/ArangoClient.cpp
|
||||
Benchmark/arangob.cpp
|
||||
)
|
||||
|
@ -89,6 +90,7 @@ endif ()
|
|||
add_executable(
|
||||
${BIN_ARANGODUMP}
|
||||
${ProductVersionFiles_arangodump}
|
||||
Basics/WorkMonitorDummy.cpp
|
||||
ArangoShell/ArangoClient.cpp
|
||||
V8Client/arangodump.cpp
|
||||
)
|
||||
|
@ -139,6 +141,7 @@ endif ()
|
|||
add_executable(
|
||||
${BIN_ARANGOIMP}
|
||||
${ProductVersionFiles_arangoimp}
|
||||
Basics/WorkMonitorDummy.cpp
|
||||
ArangoShell/ArangoClient.cpp
|
||||
V8Client/ImportHelper.cpp
|
||||
V8Client/arangoimp.cpp
|
||||
|
@ -189,6 +192,7 @@ endif ()
|
|||
add_executable(
|
||||
${BIN_ARANGORESTORE}
|
||||
${ProductVersionFiles_arangorestore}
|
||||
Basics/WorkMonitorDummy.cpp
|
||||
ArangoShell/ArangoClient.cpp
|
||||
V8Client/arangorestore.cpp
|
||||
)
|
||||
|
@ -238,6 +242,7 @@ endif ()
|
|||
add_executable(
|
||||
${BIN_ARANGOSH}
|
||||
${ProductVersionFiles_arangosh}
|
||||
Basics/WorkMonitorDummy.cpp
|
||||
ArangoShell/ArangoClient.cpp
|
||||
V8Client/ImportHelper.cpp
|
||||
V8Client/V8ClientConnection.cpp
|
||||
|
|
Loading…
Reference in New Issue