speed-dreams-code/cmake/fixbundle.cmake.in
beaglejoe ca0b4e3e42 Cleaned up some MacOS install code
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6917 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 6f7cfc3762c9d2e361b0cf102c7ee0668d834007
Former-commit-id: aecd11944b7c6cb9d5a7b55a07d3251b6bafd65d
2020-04-12 21:41:22 +00:00

27 lines
1 KiB
CMake

#==============================================================================
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#==============================================================================
INCLUDE(BundleUtilities)
SET(BU_CHMOD_BUNDLE_ITEMS ON)
SET(bundle "@SD_FU_BUNDLE@")
SET(plugins "@SD_FU_PLUGINS@")
SET(search_dirs "@SD_FU_SEARCHDIRS@")
FIXUP_BUNDLE("${bundle}" "${plugins}" "${search_dirs}")