You've already forked mariadb-columnstore-engine
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:
@ -10,6 +10,8 @@ set(rowgroup_LIB_SRCS rowaggregation.cpp rowgroup.cpp)
|
||||
|
||||
add_library(rowgroup SHARED ${rowgroup_LIB_SRCS})
|
||||
|
||||
add_dependencies(rowgroup loggingcpp)
|
||||
|
||||
target_link_libraries(rowgroup ${NETSNMP_LIBRARIES} funcexp)
|
||||
|
||||
install(TARGETS rowgroup DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
|
Reference in New Issue
Block a user