1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +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} )
@ -12,9 +11,8 @@ set(we_xml_STAT_SRCS
add_definitions(-D_FILE_OFFSET_BITS=64)
add_library(we_xml STATIC ${we_xml_STAT_SRCS})
columnstore_library(we_xml ${we_xml_STAT_SRCS})
add_dependencies(we_xml loggingcpp)
INSTALL(TARGETS we_xml DESTINATION ${ENGINE_LIBDIR})