feat: added projectile compile cmds to dir-locals

This commit is contained in:
Sara Gerretsen 2026-02-10 14:09:08 +01:00
parent aa10c821f1
commit 210d31bac3

View file

@ -1,5 +1,8 @@
((nil
(indent-tabs-mode . t)
(tab-width . 4)
(lsp-enable-on-type-formatting nil)))
((c-mode . ((mode . c++))))
(lsp-enable-on-type-formatting nil)
(projectile-project-run-cmd . "bin/dice-gui")
(projectile-project-configure-cmd . "cmake -S. -Bbuild -DCMAKE_EXPORT_COMPILE_COMMANDS=ON")
(projectile-project-compilation-cmd . "cmake --build build"))
(c-mode . ((mode . c++))))