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
7a5aa06b
Commit
7a5aa06b
authored
Dec 30, 2014
by
Chris Mayo
Committed by
Dikay900
Apr 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Act on INSTALL_PYTHON_EXAMPLES
Conflicts: samples/CMakeLists.txt
parent
a21fb63c
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 @
7a5aa06b
...
@@ -25,6 +25,10 @@ if(INSTALL_C_EXAMPLES)
...
@@ -25,6 +25,10 @@ if(INSTALL_C_EXAMPLES)
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples
)
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples
)
endif
()
endif
()
if
(
INSTALL_PYTHON_EXAMPLES
)
add_subdirectory
(
python2
)
endif
()
#
#
# END OF BUILD CASE 1: Build samples with library sources
# END OF BUILD CASE 1: Build samples with library sources
#
#
...
...
samples/python2/CMakeLists.txt
0 → 100644
View file @
7a5aa06b
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