mirror of https://gitee.com/bigwinds/arangodb
install config for arangovpack
This commit is contained in:
parent
85fb0c1776
commit
06b89a2c24
|
@ -353,6 +353,8 @@ install(
|
||||||
TARGETS ${BIN_ARANGOVPACK}
|
TARGETS ${BIN_ARANGOVPACK}
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||||
|
|
||||||
|
install_config(arangovpack)
|
||||||
|
|
||||||
if (NOT USE_PRECOMPILED_V8)
|
if (NOT USE_PRECOMPILED_V8)
|
||||||
add_dependencies(arangovpack zlibstatic v8_build) # v8_build includes ICU build
|
add_dependencies(arangovpack zlibstatic v8_build) # v8_build includes ICU build
|
||||||
else ()
|
else ()
|
||||||
|
|
Loading…
Reference in New Issue