You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-06 16:09:29 +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})
|
|
|
|
|