1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

add dependency for generated header files errorids.h messageids.h patch made by Ben.

This commit is contained in:
Roman Nozdrin
2020-07-10 18:38:49 +00:00
parent b7f9fec308
commit 7e868bc588
18 changed files with 37 additions and 0 deletions

View File

@ -15,6 +15,8 @@ set(dmlpackageproc_LIB_SRCS
add_library(dmlpackageproc SHARED ${dmlpackageproc_LIB_SRCS})
add_dependencies(dmlpackageproc loggingcpp)
target_link_libraries(dmlpackageproc ${NETSNMP_LIBRARIES})
install(TARGETS dmlpackageproc DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)