slackbuilds_ponce/development/amd-app-sdk/amd-app-sdk.sh

9 lines
247 B
Bash
Raw Normal View History

#!/bin/sh
export AMDAPPSDKROOT=/opt/amd-app-sdk
export AMDAPPSDKSAMPLESROOT=/opt/amd-app-sdk
export CPPFLAGS="$CPPFLAGS -I$AMDAPPSDKROOT/include"
# For retrocompatibility with the former name of the SDK...
export ATISTREAMSDKROOT=$AMDAPPSDKROOT