[FEAT MERGE]support PL dblink oracle

This commit is contained in:
seuwebber
2023-08-21 03:40:30 +00:00
committed by ob-robot
parent cda81cde61
commit ee361e15fe
53 changed files with 3215 additions and 324 deletions

View File

@ -6,6 +6,7 @@ add_executable(ob_error ${SRC_LIST})
add_library(oberror SHARED ${SRC_LIST})
include_directories(
${CMAKE_SOURCE_DIR}/
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/deps/oblib/src
)