1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00
Files
2025-08-01 02:56:31 +04:00

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)