mirror of
https://github.com/opencv/opencv.git
synced 2025-06-27 15:01:50 +08:00
cmake: fix UWP scripts path
This commit is contained in:
parent
d154fa4b4c
commit
c4e2e17b0c
@ -1,4 +1,4 @@
|
|||||||
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV_WinRT.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV-WinRT.cmake")
|
||||||
|
|
||||||
# Adding additional using directory for WindowsPhone 8.0 to get Windows.winmd properly
|
# Adding additional using directory for WindowsPhone 8.0 to get Windows.winmd properly
|
||||||
if(WINRT_8_0)
|
if(WINRT_8_0)
|
||||||
|
@ -1 +1 @@
|
|||||||
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV_WinRT.cmake")
|
include("${CMAKE_CURRENT_LIST_DIR}/OpenCV-WinRT.cmake")
|
||||||
|
Loading…
Reference in New Issue
Block a user