diff --git a/setup.sh b/setup.sh new file mode 100644 index 00000000..6e803320 --- /dev/null +++ b/setup.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +echo "Setting up vcpkg packages" +cd ref/vcpkg +./bootstrap-vcpkg.sh +./vcpkg install directx-dxc:x64-linux +cd ../..