From 6f42c65ab9c8fd0014efde4549c4cdd968e94079 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sat, 19 Jun 2021 12:48:20 +0200 Subject: [PATCH] Added another compile commands generation tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fefa914..3fccd41c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Nowadays, this file can be generated rather easily using multiple methods: * For [CMake](https://cmake.org/) projects, simply invoke the `cmake` command as `cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ...` * For Make projects checkout [compiledb](https://github.com/nickdiego/compiledb) or [Bear](https://github.com/rizsotto/Bear) + * For Boost-based projects try [commands_to_compilation_database](https://github.com/tee3/commands_to_compilation_database) ### Invocation