Commit 6316b3ed authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #14196 from seiko2plus:issue14195

parents 7d3d6bc4 de224420
...@@ -98,6 +98,10 @@ ocv_add_perf_tests(${INF_ENGINE_TARGET} ...@@ -98,6 +98,10 @@ ocv_add_perf_tests(${INF_ENGINE_TARGET}
FILES Src ${perf_srcs} FILES Src ${perf_srcs}
FILES Include ${perf_hdrs} FILES Include ${perf_hdrs}
) )
set_property(
SOURCE "${CMAKE_CURRENT_LIST_DIR}/test/test_common.cpp"
PROPERTY COMPILE_DEFINITIONS "__OPENCV_TESTS=1"
)
ocv_option(${the_module}_PERF_CAFFE "Add performance tests of Caffe framework" OFF) ocv_option(${the_module}_PERF_CAFFE "Add performance tests of Caffe framework" OFF)
ocv_option(${the_module}_PERF_CLCAFFE "Add performance tests of clCaffe framework" OFF) ocv_option(${the_module}_PERF_CLCAFFE "Add performance tests of clCaffe framework" OFF)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment