mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
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()
|