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
17 lines
450 B
CMake
17 lines
450 B
CMake
include_directories(${ENGINE_COMMON_INCLUDES})
|
|
|
|
# ########## next target ###############
|
|
|
|
set(dmlpackageproc_LIB_SRCS
|
|
deletepackageprocessor.cpp
|
|
dmlpackageprocessor.cpp
|
|
insertpackageprocessor.cpp
|
|
updatepackageprocessor.cpp
|
|
commandpackageprocessor.cpp
|
|
autoincrementdata.cpp
|
|
tablelockdata.cpp
|
|
)
|
|
|
|
columnstore_library(dmlpackageproc ${dmlpackageproc_LIB_SRCS})
|
|
columnstore_link(dmlpackageproc ${NETSNMP_LIBRARIES} loggingcpp)
|