finish cmake interop

This commit is contained in:
Hunter 2024-10-13 10:22:50 -04:00
parent ca96457590
commit 6b3ca366bf
4 changed files with 85 additions and 11 deletions

View file

@ -27,8 +27,6 @@ struct GState {
std::string global_compiler_flags = "";
std::string global_linker_flags = " ";
std::string ninja_output;
static GState &get() {
static GState state{};