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
f52ba671
Commit
f52ba671
authored
Dec 08, 2014
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable some modules for iOS framework world build
parent
d0c3a2ee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
CMakeLists.txt
modules/adas/CMakeLists.txt
+4
-0
CMakeLists.txt
modules/saliency/CMakeLists.txt
+1
-0
CMakeLists.txt
modules/ximgproc/CMakeLists.txt
+1
-0
No files found.
modules/adas/CMakeLists.txt
View file @
f52ba671
if
(
IOS
)
ocv_module_disable
(
adas
)
endif
()
set
(
the_description
"Automatic driver assistance algorithms"
)
ocv_define_module
(
adas opencv_xobjdetect
)
...
...
modules/saliency/CMakeLists.txt
View file @
f52ba671
set
(
the_description
"Saliency API"
)
set
(
OPENCV_MODULE_IS_PART_OF_WORLD OFF
)
ocv_define_module
(
saliency opencv_imgproc opencv_highgui opencv_features2d
)
modules/ximgproc/CMakeLists.txt
View file @
f52ba671
set
(
the_description
"Extended image processing module. It includes edge-aware filters and etc."
)
set
(
OPENCV_MODULE_IS_PART_OF_WORLD OFF
)
ocv_define_module
(
ximgproc opencv_imgproc opencv_core opencv_highgui
)
target_link_libraries
(
opencv_ximgproc
)
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