project boilerplate

This commit is contained in:
Kueffner, Maximilian
2025-03-12 18:54:23 +01:00
parent b60b7a9837
commit ea8697088c
8 changed files with 390 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
;;; 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"))))