1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Add dependencies on netsnmp build

This commit is contained in:
Ben Thompson
2016-07-27 16:00:28 -05:00
parent 4668c45747
commit 4709c2bece
37 changed files with 90 additions and 0 deletions

View File

@ -28,6 +28,8 @@ set_source_files_properties(ha_calpont.cpp PROPERTIES COMPILE_FLAGS "-fno-rtti -
add_library(calmysql SHARED ${libcalmysql_SRCS})
add_dependencies(calmysql libnetsnmpmibs)
target_link_libraries(calmysql ${ENGINE_LDFLAGS} ${ENGINE_WRITE_LIBS} threadpool)
set_target_properties(calmysql PROPERTIES VERSION 1.0.0 SOVERSION 1)