projects
/
platform
/
upstream
/
opencv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #6945 from sturkmen72:update_documentation
[platform/upstream/opencv.git]
/
include
/
CMakeLists.txt
1
file(GLOB old_hdrs "opencv/*.h*")
2
install(FILES ${old_hdrs}
3
DESTINATION ${OPENCV_INCLUDE_INSTALL_PATH}/opencv
4
COMPONENT dev)
5
install(FILES "opencv2/opencv.hpp"
6
DESTINATION ${OPENCV_INCLUDE_INSTALL_PATH}/opencv2
7
COMPONENT dev)