1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00
Files
2025-05-20 18:22:59 +04:00

14 lines
396 B
CMake

include_directories(${ENGINE_COMMON_INCLUDES} ../blockcache ../primproc)
# ########## next target ###############
set(processor_STAT_SRCS primitiveprocessor.cpp dictionary.cpp column.cpp)
add_library(processor STATIC ${processor_STAT_SRCS})
add_dependencies(processor loggingcpp)
target_link_libraries(processor ${NETSNMP_LIBRARIES})
install(TARGETS processor DESTINATION ${ENGINE_LIBDIR})