You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
7 lines
274 B
CMake
7 lines
274 B
CMake
include_directories(${ENGINE_COMMON_INCLUDES})
|
|
|
|
set(updateMeta_SRCS updateMeta.cpp)
|
|
add_executable(updateMeta ${updateMeta_SRCS})
|
|
target_link_libraries(updateMeta ${ENGINE_LDFLAGS} fdbcs)
|
|
install(TARGETS updateMeta DESTINATION ${ENGINE_BINDIR} COMPONENT columnstore-engine)
|