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
cmake fixes for generated files errorids.h and messageids.h
This commit is contained in:
@ -12,6 +12,9 @@ set(common_LIB_SRCS
|
||||
|
||||
add_library(common SHARED ${common_LIB_SRCS})
|
||||
|
||||
add_dependencies(common loggingcpp)
|
||||
|
||||
|
||||
set_target_properties(common PROPERTIES VERSION 1.0.0 SOVERSION 1)
|
||||
|
||||
install(TARGETS common DESTINATION ${ENGINE_LIBDIR})
|
||||
|
Reference in New Issue
Block a user