added compile_commands.json

This commit is contained in:
2025-06-03 00:19:45 +03:00
parent 3beb7aad3b
commit 83b18faab8
9 changed files with 98 additions and 14 deletions

View File

@@ -24,6 +24,7 @@ public:
bool bFPIE;
bool bFPIC;
CLDProject Compile();
static void GenerateCompileCommands();
};
#endif