1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

named linkage

This commit is contained in:
Leonid Fedorov
2025-04-25 16:39:31 +00:00
committed by Leonid Fedorov
parent 71b5ca0b39
commit 2036e521c7
39 changed files with 98 additions and 137 deletions

View File

@ -1,4 +1,3 @@
include_directories( ${ENGINE_COMMON_INCLUDES} )
########### next target ###############
@ -14,11 +13,10 @@ set(common_LIB_SRCS
statistics.cpp
string_prefixes.cpp)
add_library(common SHARED ${common_LIB_SRCS})
columnstore_library(common ${common_LIB_SRCS})
target_link_libraries(common boost_filesystem)
add_dependencies(common loggingcpp)
install(TARGETS common DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)