You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
fix back statics
This commit is contained in:
committed by
Leonid Fedorov
parent
6db2dc668f
commit
127dd09a7a
@ -2,7 +2,7 @@ include_directories(${ENGINE_COMMON_INCLUDES})
|
|||||||
|
|
||||||
add_definitions(-fPIC -DPIC)
|
add_definitions(-fPIC -DPIC)
|
||||||
|
|
||||||
columnstore_library(idbboot installdir.cpp)
|
add_library(idbboot STATIC installdir.cpp)
|
||||||
add_dependencies(idbboot external_boost)
|
add_dependencies(idbboot external_boost)
|
||||||
|
|
||||||
install(TARGETS idbboot DESTINATION ${ENGINE_LIBDIR})
|
install(TARGETS idbboot DESTINATION ${ENGINE_LIBDIR})
|
||||||
|
@ -26,7 +26,7 @@ set(we_bulk_STAT_SRCS
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_definitions(-D_FILE_OFFSET_BITS=64)
|
add_definitions(-D_FILE_OFFSET_BITS=64)
|
||||||
columnstore_library(we_bulk ${we_bulk_STAT_SRCS})
|
add_library(we_bulk STATIC ${we_bulk_STAT_SRCS})
|
||||||
|
|
||||||
add_dependencies(we_bulk loggingcpp)
|
add_dependencies(we_bulk loggingcpp)
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ set(we_xml_STAT_SRCS we_xmlop.cpp we_xmljob.cpp we_xmlgendata.cpp we_xmlgenproc.
|
|||||||
|
|
||||||
add_definitions(-D_FILE_OFFSET_BITS=64)
|
add_definitions(-D_FILE_OFFSET_BITS=64)
|
||||||
|
|
||||||
columnstore_library(we_xml ${we_xml_STAT_SRCS})
|
add_library(we_xml STATIC ${we_xml_STAT_SRCS})
|
||||||
|
|
||||||
add_dependencies(we_xml loggingcpp)
|
add_dependencies(we_xml loggingcpp)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user