5 lines
212 B
EmacsLisp
5 lines
212 B
EmacsLisp
|
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
||
|
|
;;; For more information see (info "(emacs) Directory Variables")
|
||
|
|
|
||
|
|
((nil . ((compile-command . "cmake -B build -S . && cmake --build build"))))
|