You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-04 05:02:11 +03:00
9 lines
312 B
CMake
9 lines
312 B
CMake
include_directories(${ENGINE_COMMON_INCLUDES} ../blockcache ../primproc)
|
|
|
|
# ########## next target ###############
|
|
|
|
set(processor_STAT_SRCS primitiveprocessor.cpp dictionary.cpp column.cpp)
|
|
|
|
columnstore_static_library(processor ${processor_STAT_SRCS})
|
|
columnstore_link(processor ${NETSNMP_LIBRARIES} loggingcpp)
|