finish cmake interop
This commit is contained in:
parent
ca96457590
commit
6b3ca366bf
4 changed files with 85 additions and 11 deletions
|
@ -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{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue