We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b7e0b commit b143a92Copy full SHA for b143a92
.settings.el
@@ -0,0 +1,10 @@
1
+
2
+;;; package --- Summary
3
+;;; Commentary: islam
4
+;;; Project initial file:
5
6
+(when (or (equal major-mode 'c++-mode) (equal major-mode 'c-mode))
7
+ (setf cmake-ide-project-dir (expand-file-name lds-dir))
8
+ (setf cmake-ide-build-dir (expand-file-name (concat lds-dir "build")))
9
+ t)
10
0 commit comments