diff options
| -rw-r--r-- | .envrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ watch_file assets/cpp/**/*.cpp watch_file assets/cpp/**/*.hpp watch_file plugin/**/*.cpp watch_file plugin/**/*.hpp +watch_file **/CMakeLists.txt cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DDISTRIBUTOR=direnv cmake --build build |