You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
17 lines
399 B
CMake
17 lines
399 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
|
|
samenodepseudosocket.cpp
|
|
socketparms.cpp
|
|
)
|
|
|
|
columnstore_static_library(messageqcpp ${messageqcpp_LIB_SRCS})
|
|
columnstore_link(messageqcpp PUBLIC loggingcpp compress)
|