You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-01 01:22:04 +03:00
12 lines
275 B
CMake
12 lines
275 B
CMake
|
|
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
|
|
|
########### next target ###############
|
|
|
|
set(querystats_LIB_SRCS querystats.cpp)
|
|
|
|
add_library(querystats SHARED ${querystats_LIB_SRCS})
|
|
|
|
install(TARGETS querystats DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
|
|