You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
18 lines
423 B
CMake
18 lines
423 B
CMake
include_directories(${ENGINE_COMMON_INCLUDES} ../primproc)
|
|
|
|
# ########## next target ###############
|
|
|
|
set(dbbc_STAT_SRCS
|
|
blockcacheclient.cpp
|
|
blockrequestprocessor.cpp
|
|
fileblockrequestqueue.cpp
|
|
filebuffer.cpp
|
|
filebuffermgr.cpp
|
|
filerequest.cpp
|
|
iomanager.cpp
|
|
stats.cpp
|
|
fsutils.cpp
|
|
)
|
|
columnstore_static_library(dbbc ${dbbc_STAT_SRCS})
|
|
columnstore_link(dbbc ${NETSNMP_LIBRARIES} loggingcpp)
|