Skip to content

Commit

Permalink
Revert "Merge branch 'develop' of ssh://gitlab.devtools.intel.com:294…
Browse files Browse the repository at this point in the history
…18/labs-csr/vdms into develop"

This reverts commit 307a6a0, reversing
changes made to 07de566.
  • Loading branch information
ddmatthe committed Jan 27, 2022
1 parent 2d9cbb7 commit 45bc916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/custom_vcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ cmake_minimum_required (VERSION 3.10)
project(custom_vcl_application)
find_package( OpenCV REQUIRED )

include_directories(. ../../src ../../include/ ../../src/vcl /usr/include/jsoncpp ${OpenCV_INCLUDE_DIRS})
include_directories(. ../../../vdms/src ../../../vdms/include/ ../../../vdms/src/vcl /usr/include/jsoncpp ${OpenCV_INCLUDE_DIRS})
add_executable(custom_vcl custom_vcl_process.cc )
target_link_libraries(custom_vcl vcl tiledb jsoncpp ${OpenCV_LIBS})

0 comments on commit 45bc916

Please sign in to comment.