mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-07 19:22:02 +03:00
16 lines
370 B
CMake
16 lines
370 B
CMake
include_directories(${ENGINE_COMMON_INCLUDES})
|
|
|
|
set(messageqcpp_LIB_SRCS
|
|
bytestream.cpp
|
|
bytestreampool.cpp
|
|
compressed_iss.cpp
|
|
inetstreamsocket.cpp
|
|
iosocket.cpp
|
|
messagequeue.cpp
|
|
messagequeuepool.cpp
|
|
socketparms.cpp
|
|
)
|
|
|
|
columnstore_static_library(messageqcpp ${messageqcpp_LIB_SRCS})
|
|
columnstore_link(messageqcpp PUBLIC loggingcpp compress)
|