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 fuerte
boost_boost boost_boost
boost_system boost_system
snappy
${SYSTEM_LIBRARIES} ${SYSTEM_LIBRARIES}
) )

View File

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

View File

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