1
0
Fork 0

Bug fix/specify snappy dependency (#9289)

This commit is contained in:
Wilfried Goesgens 2019-06-18 17:33:23 +02:00 committed by Frank Celler
parent f3b1de9808
commit eadcedaa5e
3 changed files with 4 additions and 2 deletions

View File

@ -626,6 +626,7 @@ target_link_libraries(arangoserver
fuerte
boost_boost
boost_system
snappy
${SYSTEM_LIBRARIES}
)

View File

@ -192,7 +192,7 @@ if (MSVC AND NOT(SKIP_PACKAGING))
)
endif ()
add_executable(${BIN_ARANGOIMPORT}
add_executable(arangoimport
${ProductVersionFiles_arangoimport}
Import/AutoTuneThread.cpp
Import/ImportFeature.cpp
@ -214,7 +214,7 @@ target_link_libraries(${BIN_ARANGOIMPORT}
)
install(
TARGETS ${BIN_ARANGOIMPORT}
TARGETS arangoimport
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install_config(arangoimport)

View File

@ -219,6 +219,7 @@ target_link_libraries(arangodbtests
rocksdb
fuerte
gtest
snappy
)
target_include_directories(arangodbtests PRIVATE