vs could build with cmakelists.txt

This commit is contained in:
ValKmjolnir
2023-05-11 19:58:25 +08:00
parent dfb0c6ab52
commit 7f258dd17e
6 changed files with 41 additions and 7 deletions
+5
View File
@@ -9,6 +9,11 @@
#include <stack>
#include <unordered_map>
#ifdef _MSC_VER
#pragma warning (disable:4244)
#pragma warning (disable:4267)
#endif
class codegen {
private:
u16 fileindex;