Add premake cmake generator.

`./build/CMakeLists.txt` is generated by `./xb.bat premake --devenv=cmake` and enables use of other IDEs like `CLion` for example.
This commit is contained in:
Joel Linn
2020-11-03 21:59:03 +01:00
committed by Rick Gibbed
parent 2a076c924f
commit 9dea6b3f62
4 changed files with 7 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -64,3 +64,6 @@
[submodule "third_party/DirectXShaderCompiler"]
path = third_party/DirectXShaderCompiler
url = https://github.com/microsoft/DirectXShaderCompiler.git
[submodule "third_party/premake-cmake"]
path = third_party/premake-cmake
url = https://github.com/Enhex/premake-cmake.git