feat(build): implement Clangd support && add lua symbols

This commit is contained in:
phaneron 2026-04-01 17:36:35 -04:00
parent 6163593844
commit e79ee08905
78 changed files with 399 additions and 5445 deletions

View file

@ -3,10 +3,13 @@ all: generate
ce-lua:
./script/build-cheatengine-scripts cheatengine profile/3.3.5a-windows-386/cheatengine
clangd:
./script/setup-clangd-profile 3.3.5a-windows-386
artifacts: FORCE
./bin/bna mk 3.3.5a-windows-386
generate: artifacts
generate: artifacts clangd
tidy:
./bin/bna tidy 3.3.5a-windows-386