mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
5 lines
139 B
CMake
5 lines
139 B
CMake
|
if(IOS)
|
||
|
configure_file("${OpenCV_SOURCE_DIR}/platforms/ios/Info.plist.in"
|
||
|
"${CMAKE_BINARY_DIR}/ios/Info.plist")
|
||
|
endif()
|