This commit is contained in:
2026-02-03 20:01:32 -06:00
parent 7517ee8593
commit e38a83e521
3 changed files with 7 additions and 12 deletions

6
.ccls Normal file
View File

@@ -0,0 +1,6 @@
clang++
-Iinputs
-I.
-I${GNS_INCLUDE}
-DWINDOW=1
-DRENDERER=1

1
.gitignore vendored
View File

@@ -1,3 +1,2 @@
vendor/
.ccls-cache/
.ccls

View File

@@ -279,23 +279,13 @@
nlohmann_json
imgui
gamenetworkingsockets
];
shellHook = ''
cp ${(pkgs.writeText ".ccls" ''
clang++
-Iinputs
-I.
-I${pkgs.gamenetworkingsockets}/include/GameNetworkingSockets
-DWINDOW=1
-DRENDERER=1
'')} ./.ccls
export ''$GNS_INCLUDE=${pkgs.gamenetworkingsockets}/include/GameNetworkingSockets
'';
};