1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-04 05:02:11 +03:00
Files
mariadb-columnstore-engine/dbcon/dmlpackageproc/CMakeLists.txt
2025-08-01 02:56:31 +04:00

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)