##
##  $Id: CMakeLists.txt 2858 2008-07-13 04:29:06Z edmanm $
## 
##  This file is part of Vidalia, and is subject to the license terms in the
##  LICENSE file, found in the top level directory of this distribution. If 
##  you did not receive the LICENSE file with this file, you may obtain it
##  from the Vidalia source package distributed by the Vidalia Project at
##  http://www.vidalia-project.net/. No part of Vidalia, including this file,
##  may be copied, modified, propagated, or distributed except according to
##  the terms described in the LICENSE file.
##

## OS X Packaging Files
configure_file(
  ${CMAKE_CURRENT_SOURCE_DIR}/builddmg.sh.in
  ${CMAKE_CURRENT_BINARY_DIR}/builddmg.sh
)
configure_file(
  ${CMAKE_CURRENT_SOURCE_DIR}/buildmpkg.sh.in
  ${CMAKE_CURRENT_BINARY_DIR}/buildmpkg.sh
)
configure_file(
  ${CMAKE_CURRENT_SOURCE_DIR}/VidaliaBundleDesc.plist.in
  ${CMAKE_CURRENT_BINARY_DIR}/VidaliaBundleDesc.plist
)
configure_file(
  ${CMAKE_CURRENT_SOURCE_DIR}/VidaliaBundleInfo.plist.in
  ${CMAKE_CURRENT_BINARY_DIR}/VidaliaBundleInfo.plist
)
configure_file(
  ${CMAKE_CURRENT_SOURCE_DIR}/VidaliaDesc.plist.in
  ${CMAKE_CURRENT_BINARY_DIR}/VidaliaDesc.plist
)
configure_file(
  ${CMAKE_CURRENT_SOURCE_DIR}/VidaliaInfo.plist.in
  ${CMAKE_CURRENT_BINARY_DIR}/VidaliaInfo.plist
)
