mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #19205 from TolyaTalamanov:at/remove-streamingbackend-export
[G-API] Fix streaming kernels in standalone * Move streaming kernels from public header * Add streaming backend to standalone
This commit is contained in:
committed by
GitHub
parent
656b20a169
commit
244511e434
@@ -21,6 +21,7 @@ file(GLOB FLUID_sources "${FLUID_ROOT}/src/api/g*.cpp"
|
||||
"${FLUID_ROOT}/src/compiler/passes/*.cpp"
|
||||
"${FLUID_ROOT}/src/executor/*.cpp"
|
||||
"${FLUID_ROOT}/src/backends/fluid/*.cpp"
|
||||
"${FLUID_ROOT}/src/backends/streaming/*.cpp"
|
||||
"${FLUID_ROOT}/src/backends/common/*.cpp")
|
||||
|
||||
add_library(${FLUID_TARGET} STATIC ${FLUID_includes} ${FLUID_sources})
|
||||
|
||||
Reference in New Issue
Block a user