You've already forked mariadb-columnstore-engine
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:
committed by
Leonid Fedorov
parent
71b5ca0b39
commit
2036e521c7
@ -1,4 +1,3 @@
|
||||
|
||||
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
||||
|
||||
|
||||
@ -37,7 +36,7 @@ set(writeengine_LIB_SRCS
|
||||
|
||||
add_definitions(-D_FILE_OFFSET_BITS=64)
|
||||
|
||||
add_library(writeengine SHARED ${writeengine_LIB_SRCS})
|
||||
columnstore_library(writeengine ${writeengine_LIB_SRCS})
|
||||
|
||||
add_dependencies(writeengine loggingcpp)
|
||||
|
||||
|
Reference in New Issue
Block a user