1
0
Fork 0

next attempt to fix MacOS build

This commit is contained in:
Jan Steemann 2016-01-05 14:08:30 +01:00
parent f00046c818
commit c651a4b80f
1 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@ endif ()
add_executable( add_executable(
${BIN_ARANGOB} ${BIN_ARANGOB}
${ProductVersionFiles_arangob} ${ProductVersionFiles_arangob}
Basics/WorkMonitorDummy.cpp ${PROJECT_SOURCE_DIR}/lib/Basics/WorkMonitorDummy.cpp
ArangoShell/ArangoClient.cpp ArangoShell/ArangoClient.cpp
Benchmark/arangob.cpp Benchmark/arangob.cpp
) )
@ -90,7 +90,7 @@ endif ()
add_executable( add_executable(
${BIN_ARANGODUMP} ${BIN_ARANGODUMP}
${ProductVersionFiles_arangodump} ${ProductVersionFiles_arangodump}
Basics/WorkMonitorDummy.cpp ${PROJECT_SOURCE_DIR}/lib/Basics/WorkMonitorDummy.cpp
ArangoShell/ArangoClient.cpp ArangoShell/ArangoClient.cpp
V8Client/arangodump.cpp V8Client/arangodump.cpp
) )
@ -141,7 +141,7 @@ endif ()
add_executable( add_executable(
${BIN_ARANGOIMP} ${BIN_ARANGOIMP}
${ProductVersionFiles_arangoimp} ${ProductVersionFiles_arangoimp}
Basics/WorkMonitorDummy.cpp ${PROJECT_SOURCE_DIR}/lib/Basics/WorkMonitorDummy.cpp
ArangoShell/ArangoClient.cpp ArangoShell/ArangoClient.cpp
V8Client/ImportHelper.cpp V8Client/ImportHelper.cpp
V8Client/arangoimp.cpp V8Client/arangoimp.cpp
@ -192,7 +192,7 @@ endif ()
add_executable( add_executable(
${BIN_ARANGORESTORE} ${BIN_ARANGORESTORE}
${ProductVersionFiles_arangorestore} ${ProductVersionFiles_arangorestore}
Basics/WorkMonitorDummy.cpp ${PROJECT_SOURCE_DIR}/lib/Basics/WorkMonitorDummy.cpp
ArangoShell/ArangoClient.cpp ArangoShell/ArangoClient.cpp
V8Client/arangorestore.cpp V8Client/arangorestore.cpp
) )
@ -242,7 +242,7 @@ endif ()
add_executable( add_executable(
${BIN_ARANGOSH} ${BIN_ARANGOSH}
${ProductVersionFiles_arangosh} ${ProductVersionFiles_arangosh}
Basics/WorkMonitorDummy.cpp ${PROJECT_SOURCE_DIR}/lib/Basics/WorkMonitorDummy.cpp
ArangoShell/ArangoClient.cpp ArangoShell/ArangoClient.cpp
V8Client/ImportHelper.cpp V8Client/ImportHelper.cpp
V8Client/V8ClientConnection.cpp V8Client/V8ClientConnection.cpp