You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
7 lines
283 B
CMake
7 lines
283 B
CMake
include_directories(${ENGINE_COMMON_INCLUDES})
|
|
set(pron_LIB_SRCS pron.cpp)
|
|
add_library(pron STATIC ${pron_LIB_SRCS})
|
|
target_link_libraries(pron messageqcpp loggingcpp)
|
|
|
|
# We don't isntall static library install(TARGETS pron DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|