From e43784f6f259e7ad4f0f5de2be09a1e778e4138b Mon Sep 17 00:00:00 2001 From: Matvey Bystrin Date: Mon, 21 Feb 2022 03:51:45 +0300 Subject: [PATCH] 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 --- website/community/modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/community/modules.md b/website/community/modules.md index 60e81f40..9aa2854c 100644 --- a/website/community/modules.md +++ b/website/community/modules.md @@ -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