1
0
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:
Ben Thompson
2016-08-15 11:13:38 -05:00
parent 10e5ed83ce
commit b43e086ef3
5 changed files with 15 additions and 327 deletions

View File

@ -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})