build: streamline CMAKE_MODULE_PATH interaction
This commit is contained in:
parent
f880bc6659
commit
f81b6abda8
3 changed files with 19 additions and 5 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
# typical build directories
|
||||
build
|
||||
ccov
|
||||
# clangd working space (see emacs+lsp)
|
||||
.cache
|
||||
# typical cmake build directory (source-tree-nephew)
|
||||
.build*
|
||||
# symlink to builddir/compile_commands.json; should be set manually in dev sandbox
|
||||
compile_commands.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue