engine-psx/.dir-locals.el
2024-07-10 23:41:01 -03:00

6 lines
268 B
EmacsLisp

((nil
(eval . (let ((root (projectile-project-root)))
(let ((includes (list "/opt/psn00bsdk/include/libpsn00b"
(concat root "include"))))
(setq-local flycheck-clang-include-path includes)
(setq-local flycheck-gcc-include-path includes))))))