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:
@@ -1,5 +1,6 @@
|
||||
include("tools/build")
|
||||
require("third_party/premake-export-compile-commands/export-compile-commands")
|
||||
require("third_party/premake-cmake/cmake")
|
||||
|
||||
location(build_root)
|
||||
targetdir(build_bin)
|
||||
|
||||
Reference in New Issue
Block a user