mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
8 lines
276 B
CMake
8 lines
276 B
CMake
if(IOS)
|
|
configure_file("${OpenCV_SOURCE_DIR}/platforms/ios/Info.plist.in"
|
|
"${CMAKE_BINARY_DIR}/ios/Info.plist")
|
|
elseif(APPLE)
|
|
configure_file("${OpenCV_SOURCE_DIR}/platforms/osx/Info.plist.in"
|
|
"${CMAKE_BINARY_DIR}/osx/Info.plist")
|
|
endif()
|