You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-20 00:09:21 +03:00
11 lines
181 B
CMake
11 lines
181 B
CMake
|
|
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
|
|
|
ADD_DEFINITIONS(-fPIC -DPIC)
|
|
|
|
add_library(idbboot STATIC installdir.cpp)
|
|
|
|
INSTALL(TARGETS idbboot DESTINATION ${ENGINE_LIBDIR})
|
|
|
|
|