aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 18eda90..65d846b 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,6 @@
((nil . ((compile-command . "make -j -O -k ")))
(c-mode . ((mode . c++)))
- (c++-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include"))
+ (c++-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include"
+ "C:/msys64/mingw64/include/libxml2"))
(flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))
(flycheck-gcc-language-standard . "c++17"))))