Emacs: Reorder default cmake arguments.
This commit is contained in:
parent
1d029a4ff9
commit
fd241edd46
|
@ -1,6 +1,6 @@
|
|||
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-01-26T07:00:14+0100>
|
||||
;; Time-stamp: <2020-01-26T09:05:30+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -133,8 +133,8 @@
|
|||
(projectile-project-compilation-dir "build")
|
||||
(projectile-switch-project-action 'my/switch-project)
|
||||
(projectile-project-configure-cmd
|
||||
"cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
|
||||
-GUnix\\ Makefiles ..")
|
||||
"cmake -GUnix\\ Makefiles -DWITH_CLANG-TIDY=YES -DCMAKE_BUILD_TYPE=Debug \
|
||||
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..")
|
||||
(projectile-completion-system 'ivy)
|
||||
|
||||
:config
|
||||
|
|
Loading…
Reference in New Issue
Block a user