mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
5dd598fc6d
This version uses CMake to generate Info.plist, which should be more reliable than the old approach.
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()
|