Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
Commits
381917b7
Commit
381917b7
authored
Jan 19, 2015
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3563 from cjmayo:pyexamples
parents
5cc4aa0e
34f0da60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
CMakeLists.txt
samples/CMakeLists.txt
+4
-0
CMakeLists.txt
samples/python2/CMakeLists.txt
+6
-0
No files found.
samples/CMakeLists.txt
View file @
381917b7
...
...
@@ -22,6 +22,10 @@ if(ANDROID AND BUILD_ANDROID_EXAMPLES)
add_subdirectory
(
android
)
endif
()
if
(
INSTALL_PYTHON_EXAMPLES
)
add_subdirectory
(
python2
)
endif
()
#
# END OF BUILD CASE 1: Build samples with library sources
#
...
...
samples/python2/CMakeLists.txt
0 → 100644
View file @
381917b7
if
(
INSTALL_PYTHON_EXAMPLES
)
file
(
GLOB install_list *.py
)
install
(
FILES
${
install_list
}
DESTINATION
${
OPENCV_SAMPLES_SRC_INSTALL_PATH
}
/python2
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples
)
endif
()
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