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
e9b033ef
Unverified
Commit
e9b033ef
authored
Mar 27, 2018
by
Alexander Alekhin
Committed by
GitHub
Mar 27, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11173 from alalek:issue_11172
parents
017c217b
5da78056
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
OpenCVModule.cmake
cmake/OpenCVModule.cmake
+3
-0
No files found.
cmake/OpenCVModule.cmake
View file @
e9b033ef
...
...
@@ -698,6 +698,9 @@ endmacro()
# setup include path for OpenCV headers for specified module
# ocv_module_include_directories(<extra include directories/extra include modules>)
macro
(
ocv_module_include_directories
)
if
(
ENABLE_PRECOMPILED_HEADERS OR OPENCV_INCLUDE_DIR_APPEND_MODULE_SRC
)
ocv_target_include_directories
(
${
the_module
}
"
${
OPENCV_MODULE_
${
the_module
}
_LOCATION
}
/src"
)
endif
()
ocv_target_include_directories
(
${
the_module
}
"
${
OPENCV_MODULE_
${
the_module
}
_LOCATION
}
/include"
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
# for precompiled headers
...
...
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