mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
Install data on Windows
Because why not?
(cherry picked from commit e8a7394009
)
Conflicts:
data/CMakeLists.txt
This commit is contained in:
parent
1a3273a7e3
commit
592122bf4f
@ -4,7 +4,7 @@ file(GLOB LBP_CASCADES lbpcascades/*.xml)
|
||||
if(ANDROID)
|
||||
install(FILES ${HAAR_CASCADES} DESTINATION sdk/etc/haarcascades COMPONENT libs)
|
||||
install(FILES ${LBP_CASCADES} DESTINATION sdk/etc/lbpcascades COMPONENT libs)
|
||||
elseif(NOT WIN32)
|
||||
else()
|
||||
install(FILES ${HAAR_CASCADES} DESTINATION share/OpenCV/haarcascades COMPONENT libs)
|
||||
install(FILES ${LBP_CASCADES} DESTINATION share/OpenCV/lbpcascades COMPONENT libs)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user