Initial commit.
This commit is contained in:
commit
d3bb49b3f5
1073 changed files with 484757 additions and 0 deletions
10
Framework/external/embree/scripts/post_install_target.sh.in
vendored
Normal file
10
Framework/external/embree/scripts/post_install_target.sh.in
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Copyright 2009-2021 Intel Corporation
|
||||
## SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# get last argument to bash script
|
||||
for i; do :; done
|
||||
|
||||
echo signing $i ...
|
||||
@EMBREE_SIGN_FILE@ -o runtime -e @CMAKE_CURRENT_SOURCE_DIR@/common/cmake/embree.entitlements $i
|
||||
Loading…
Add table
Add a link
Reference in a new issue