shady-gang / shady

Research shading language IR
MIT License
206 stars 11 forks source link

Build rejig #28

Closed martty closed 2 months ago

martty commented 5 months ago

Primary improvement is the FetchContenting and the LLVM discovery on Windows.

With this PR and an installed LLVM release, everything builds just via

git clone 
git submodule update --init --recursive
mkdir build
cd build
cmake .. -G Ninja
Hugobros3 commented 2 months ago

closing since we merged this as part of https://github.com/shady-gang/shady/pull/29