2013-08-06 18:56:36 +04:00
|
|
|
if(IOS)
|
|
|
|
configure_file("${OpenCV_SOURCE_DIR}/platforms/ios/Info.plist.in"
|
|
|
|
"${CMAKE_BINARY_DIR}/ios/Info.plist")
|
2014-07-01 22:31:57 +03:00
|
|
|
elseif(APPLE)
|
|
|
|
configure_file("${OpenCV_SOURCE_DIR}/platforms/osx/Info.plist.in"
|
|
|
|
"${CMAKE_BINARY_DIR}/osx/Info.plist")
|
2013-08-06 18:56:36 +04:00
|
|
|
endif()
|