adding compile-command to dir-locals
This commit is contained in:
parent
555cdbd320
commit
86c661512d
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
||||||
;;; For more information see (info "(emacs) Directory Variables")
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
((nil . ((projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make -j8 --dir build/ && rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/")
|
((nil . ((projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make -j8 --dir build/ && rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/")
|
||||||
|
(compile-command . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make -j8 --dir build/ && rm -rf ~/.cache/librepresenter/LibrePresenter/qmlcache/")
|
||||||
(projectile-project-run-cmd . "./build/bin/presenter")))
|
(projectile-project-run-cmd . "./build/bin/presenter")))
|
||||||
(c++-mode . ((aggressive-indent-mode . nil))))
|
(c++-mode . ((aggressive-indent-mode . nil))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue