obhq / obliteration

Experimental free and open-source PlayStation 4 kernel
https://obliteration.net
Apache License 2.0
622 stars 17 forks source link

Uses Ninja to build on Windows #785

Closed ultimaweapon closed 6 months ago

ultimaweapon commented 6 months ago

The problem with Visual Studio is it does not work with CMAKE_EXPORT_COMPILE_COMMANDS, which is required by clangd. This still use MSVC as a compiler.