overte/cmake/templates/FixupBundlePostBuild.cmake.in
2015-02-17 16:30:39 -08:00

14 lines
No EOL
473 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 "LIB_PATHS for fixup_bundle called for bundle ${BUNDLE_EXECUTABLE} are @LIB_PATHS@")
fixup_bundle("${BUNDLE_EXECUTABLE}" "" "@LIB_PATHS@")