build: streamline CMAKE_MODULE_PATH interaction

This commit is contained in:
Roland Conybeare 2024-03-15 19:25:48 -04:00
commit 8f11a8e413
3 changed files with 19 additions and 4 deletions

8
.gitignore vendored
View file

@ -1,2 +1,6 @@
# typical build location
build
# symlink to ${mybuilddirectory}/compile_commands.json for LSP
compile_commands.json
# LSP keeps state here
.cache
# typical build directories
.build*