https://github.com/shader-slang/slang
Raw File
Tip revision: c12779b831477a39f7c8db3c88e75fc39c767bb0 authored by Ellie Hermaszewska on 13 September 2023, 16:56:53 UTC
Fix build with --enable-xlib=false (#3203)
Tip revision: c12779b
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha16\bin\windows-x64\premake5.exe" %*
back to top