Rearrange & setup

This commit is contained in:
2026-05-03 23:00:41 +01:00
parent f953f72322
commit 9e85763f9e
12 changed files with 125 additions and 28 deletions
+14
View File
@@ -0,0 +1,14 @@
dir = File.expand_path(__dir__)
clangd = <<CLANGD
CompileFlags:
Add: [
-I#{dir}/include,
-I#{dir}/libs/mruby/include,
-std=c++23
]
Remove: []
Compiler: clang++
CLANGD
File.write ".clangd", clangd