feat: added projectile compile cmds to dir-locals
This commit is contained in:
parent
aa10c821f1
commit
210d31bac3
1 changed files with 5 additions and 2 deletions
|
|
@ -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++))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue