alliedmodders / ambuild

AlliedModders C++ Build System
BSD 3-Clause "New" or "Revised" License
60 stars 31 forks source link

[Suggestion] Generate compilation database #162

Open Classes123 opened 6 months ago

Classes123 commented 6 months ago

Some IDEs cannot interact with the source code until the config of a (known) builder is loaded. One such IDE is Clion. My suggestion is to add ability to generate a compilation database.

https://intellij-support.jetbrains.com/hc/en-us/community/posts/4403148099218/comments/4404294055954 https://clang.llvm.org/docs/JSONCompilationDatabase.html