1
0
Fork 0

fixed CMakeLists for arangosh on Non-Linux

This commit is contained in:
Jan Steemann 2016-01-05 09:33:19 +01:00
parent 9a63b47adf
commit b16efdc645
1 changed files with 5 additions and 0 deletions

View File

@ -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