Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
22a136f6
Commit
22a136f6
authored
May 16, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #671 from mshabunin:fix-cvv-build
parents
6768e48c
7e11a7e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
CMakeLists.txt
modules/cvv/CMakeLists.txt
+8
-1
No files found.
modules/cvv/CMakeLists.txt
View file @
22a136f6
...
...
@@ -4,7 +4,7 @@ if(NOT HAVE_QT5)
endif
()
set
(
the_description
"Debug visualization framework"
)
ocv_
define_module
(
cvv opencv_core opencv_imgproc opencv_features2d
${
CVV_LIBRARIES
}
WRAP python
)
ocv_
add_module
(
cvv opencv_core opencv_imgproc opencv_features2d
WRAP python
)
# we need C++11 and want warnings:
if
(
MSVC
)
...
...
@@ -23,3 +23,10 @@ foreach(dt5_dep Core Gui Widgets)
include_directories
(
${
Qt5
${
dt5_dep
}
_INCLUDE_DIRS
}
)
list
(
APPEND CVV_LIBRARIES
${
Qt5
${
dt5_dep
}
_LIBRARIES
}
)
endforeach
()
ocv_glob_module_sources
()
ocv_module_include_directories
()
ocv_create_module
(
${
CVV_LIBRARIES
}
)
ocv_add_accuracy_tests
()
ocv_add_perf_tests
()
ocv_add_samples
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment