mirror of https://gitee.com/bigwinds/arangodb
remove v8 dependency from arangodump, arangorestore and arangob builds
This commit is contained in:
parent
127763f5b6
commit
4bfde2e6d1
|
@ -29,10 +29,8 @@ add_executable(
|
|||
|
||||
target_link_libraries(
|
||||
${BIN_ARANGOB}
|
||||
${LIB_ARANGO_V8}
|
||||
${LIB_ARANGO_CLIENT}
|
||||
${LIB_ARANGO}
|
||||
${V8_LIBS}
|
||||
${ICU_LIBS}
|
||||
${ZLIB_LIBS}
|
||||
${READLINE_LIBS}
|
||||
|
@ -66,10 +64,8 @@ add_executable(
|
|||
|
||||
target_link_libraries(
|
||||
${BIN_ARANGODUMP}
|
||||
${LIB_ARANGO_V8}
|
||||
${LIB_ARANGO_CLIENT}
|
||||
${LIB_ARANGO}
|
||||
${V8_LIBS}
|
||||
${ICU_LIBS}
|
||||
${ZLIB_LIBS}
|
||||
${READLINE_LIBS}
|
||||
|
@ -142,10 +138,8 @@ add_executable(
|
|||
|
||||
target_link_libraries(
|
||||
${BIN_ARANGORESTORE}
|
||||
${LIB_ARANGO_V8}
|
||||
${LIB_ARANGO_CLIENT}
|
||||
${LIB_ARANGO}
|
||||
${V8_LIBS}
|
||||
${ICU_LIBS}
|
||||
${ZLIB_LIBS}
|
||||
${READLINE_LIBS}
|
||||
|
|
|
@ -13,7 +13,6 @@ bin_arangob_CPPFLAGS = \
|
|||
$(AM_CPPFLAGS)
|
||||
|
||||
bin_arangob_LDADD = \
|
||||
lib/libarango_v8.a \
|
||||
lib/libarango_client.a \
|
||||
lib/libarango.a \
|
||||
$(LIBS) \
|
||||
|
@ -32,7 +31,6 @@ bin_arangodump_CPPFLAGS = \
|
|||
$(AM_CPPFLAGS)
|
||||
|
||||
bin_arangodump_LDADD = \
|
||||
lib/libarango_v8.a \
|
||||
lib/libarango_client.a \
|
||||
lib/libarango.a \
|
||||
$(LIBS) \
|
||||
|
@ -72,7 +70,6 @@ bin_arangorestore_CPPFLAGS = \
|
|||
$(AM_CPPFLAGS)
|
||||
|
||||
bin_arangorestore_LDADD = \
|
||||
lib/libarango_v8.a \
|
||||
lib/libarango_client.a \
|
||||
lib/libarango.a \
|
||||
$(LIBS) \
|
||||
|
|
Loading…
Reference in New Issue