You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
add dependency for generated header files errorids.h messageids.h patch made by Ben.
This commit is contained in:
@ -8,6 +8,8 @@ set(writeengineclient_LIB_SRCS we_clients.cpp we_ddlcommandclient.cpp we_dmlcomm
|
||||
|
||||
add_library(writeengineclient SHARED ${writeengineclient_LIB_SRCS})
|
||||
|
||||
add_dependencies(writeengineclient loggingcpp)
|
||||
|
||||
target_link_libraries(writeengineclient ${NETSNMP_LIBRARIES})
|
||||
|
||||
install(TARGETS writeengineclient DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
|
Reference in New Issue
Block a user