flingengine / FlingEngine

A Vulkan game engine with a focus on data oriented design
https://fling-engine.site/
MIT License
408 stars 16 forks source link

It builds with Clang on Windows but it needs small fix #158

Closed ompadu closed 4 years ago

ompadu commented 4 years ago

stdc++fs.lib is not available on windows, so in order to properly build it needs to be removed from FlingEngine\CMakeLists.txt:106

After that it builds fine, Sandbox runs fine and it passes the tests.