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
named linkage
This commit is contained in:
committed by
Leonid Fedorov
parent
71b5ca0b39
commit
2036e521c7
@ -1,8 +1,5 @@
|
||||
include_directories(${ENGINE_COMMON_INCLUDES})
|
||||
|
||||
# ########## next target ###############
|
||||
# func_decode_oracle.cpp
|
||||
|
||||
set(funcexp_LIB_SRCS
|
||||
functor.cpp
|
||||
funcexp.cpp
|
||||
@ -145,7 +142,7 @@ set(funcexp_LIB_SRCS
|
||||
sql_crypt.cpp
|
||||
)
|
||||
|
||||
add_library(funcexp SHARED ${funcexp_LIB_SRCS})
|
||||
columnstore_library(funcexp ${funcexp_LIB_SRCS})
|
||||
|
||||
add_dependencies(funcexp loggingcpp)
|
||||
|
||||
|
Reference in New Issue
Block a user