1
0
Fork 0

Add optional system libraries to the executable.

This commit is contained in:
Wilfried Goesgens 2016-02-23 11:38:15 +01:00
parent 8632080bdc
commit a051cce47b
2 changed files with 6 additions and 0 deletions

View File

@ -288,6 +288,7 @@ add_executable(
target_link_libraries(
${BIN_ARANGOD}
${SYSTEM_LIBRARIES}
${LIB_ARANGO_FE}
${LIB_ARANGO_V8}
${LIB_ARANGO}

View File

@ -47,6 +47,7 @@ add_executable(
target_link_libraries(
${BIN_ARANGOB}
${SYSTEM_LIBRARIES}
${LIB_ARANGO_CLIENT}
${LIB_ARANGO}
${BT_LIBS}
@ -101,6 +102,7 @@ add_executable(
target_link_libraries(
${BIN_ARANGODUMP}
${SYSTEM_LIBRARIES}
${LIB_ARANGO_CLIENT}
${LIB_ARANGO}
${V8_LIBS}
@ -154,6 +156,7 @@ add_executable(
)
target_link_libraries(
${BIN_ARANGOIMP}
${SYSTEM_LIBRARIES}
${LIB_ARANGO_CLIENT}
${LIB_ARANGO}
${ICU_LIBS}
@ -206,6 +209,7 @@ add_executable(
target_link_libraries(
${BIN_ARANGORESTORE}
${SYSTEM_LIBRARIES}
${LIB_ARANGO_CLIENT}
${LIB_ARANGO}
${ICU_LIBS}
@ -261,6 +265,7 @@ add_executable(
target_link_libraries(
${BIN_ARANGOSH}
${SYSTEM_LIBRARIES}
${LIB_ARANGO_V8}
${LIB_ARANGO_CLIENT}
${LIB_ARANGO}