1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

named linkage

This commit is contained in:
Leonid Fedorov
2025-04-25 16:39:31 +00:00
committed by Leonid Fedorov
parent 71b5ca0b39
commit 2036e521c7
39 changed files with 98 additions and 137 deletions

View File

@ -1,4 +1,3 @@
INCLUDE_DIRECTORIES( ${ENGINE_COMMON_INCLUDES} )
FIND_PACKAGE(BISON REQUIRED)
@ -15,7 +14,7 @@ set_source_files_properties(dml-gram.cpp PROPERTIES COMPILE_FLAGS "-Wno-unused-b
########### next target ###############
include_directories(${CMAKE_CURRENT_BINARY_DIR}) # to pick up flex/bison output
ADD_LIBRARY(dmlpackage SHARED
columnstore_library(dmlpackage
dml-scan.cpp
dml-gram.cpp
calpontdmlfactory.cpp
@ -40,4 +39,3 @@ ADD_LIBRARY(dmlpackage SHARED
add_dependencies(dmlpackage loggingcpp)
INSTALL(TARGETS dmlpackage DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)