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