dev: update direnv watch paths
This commit is contained in:
parent
c126075d40
commit
ed33b3d8ff
1 changed files with 3 additions and 2 deletions
5
.envrc
5
.envrc
|
|
@ -3,10 +3,11 @@ if has nix; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
watch_file assets/cpp/**/*.cpp
|
|
||||||
watch_file assets/cpp/**/*.hpp
|
|
||||||
watch_file plugin/**/*.cpp
|
watch_file plugin/**/*.cpp
|
||||||
watch_file plugin/**/*.hpp
|
watch_file plugin/**/*.hpp
|
||||||
|
watch_file plugin/**/*.qml
|
||||||
|
watch_file plugin/**/*.vert
|
||||||
|
watch_file plugin/**/*.frag
|
||||||
watch_file **/CMakeLists.txt
|
watch_file **/CMakeLists.txt
|
||||||
|
|
||||||
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clazy -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DDISTRIBUTOR=direnv
|
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clazy -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DDISTRIBUTOR=direnv
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue