Doc edit. Add Matt's ECC in "Tool modules" (#1811)

* Add Matt's ECC to tool modules

Add link to alternative generator of clang compile database

* Update modules.md
This commit is contained in:
Matvey Bystrin 2022-02-21 03:51:45 +03:00 committed by GitHub
parent 9d38e82f7b
commit e43784f6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ These add-on modules are available from other developers; follow the links for m
* [CompilationUnit](https://github.com/dcourtois/premake-compilationunit) : [Single compilation unit](https://en.wikipedia.org/wiki/Single_Compilation_Unit) support
* [Export](https://github.com/Meoo/premake-export) : premake usage/export module
* [Generate compile_commands.json](https://github.com/tarruda/premake-export-compile-commands) : Export clang compilation database
* [Generate compile_commands.json](https://github.com/MattBystrin/premake-ecc) : Alternative exporter for clang compilation database
* [GitHub Packages](https://github.com/mversluys/premake-ghp) : Consume libraries directly from GitHub releases
* [Pkgconfig](https://github.com/tarruda/premake-pkgconfig) : Pure lua implementation of pkgconfig for premake
* [Platform test](https://github.com/tarruda/premake-platform-test) : Perform platform checks in your premake configuration