build: streamline CMAKE_MODULE_PATH interaction

This commit is contained in:
Roland Conybeare 2024-03-15 19:41:08 -04:00
commit 4b2a991dc6
3 changed files with 19 additions and 3 deletions

7
.gitignore vendored
View file

@ -1 +1,6 @@
build
# 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