mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 18:16:08 +02:00
14 lines
No EOL
476 B
CMake
14 lines
No EOL
476 B
CMake
#
|
|
# FixupBundlePostBuild.cmake.in
|
|
# cmake/templates
|
|
#
|
|
# Copyright 2015 High Fidelity, Inc.
|
|
# Created by Stephen Birarda on February 13, 2014
|
|
#
|
|
# Distributed under the Apache License, Version 2.0.
|
|
# See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
#
|
|
|
|
include(BundleUtilities)
|
|
message(STATUS "FIXUP_LIBS for fixup_bundle called for bundle ${BUNDLE_EXECUTABLE} are @FIXUP_LIBS@")
|
|
fixup_bundle("${BUNDLE_EXECUTABLE}" "" "@FIXUP_LIBS@") |