~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/cmake/OpenCVGenInfoPlist.cmake

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(OPENCV_APPLE_BUNDLE_NAME "OpenCV")
 
2
set(OPENCV_APPLE_BUNDLE_ID "org.opencv")
 
3
 
 
4
if(IOS)
 
5
  configure_file("${OpenCV_SOURCE_DIR}/platforms/ios/Info.plist.in"
 
6
                 "${CMAKE_BINARY_DIR}/ios/Info.plist")
 
7
elseif(APPLE)
 
8
  configure_file("${OpenCV_SOURCE_DIR}/platforms/osx/Info.plist.in"
 
9
                 "${CMAKE_BINARY_DIR}/osx/Info.plist")
 
10
endif()