{ "version": "0.2.1", "defaults": {}, "configurations": [ { "type": "default", "project": "CMakeLists.txt", "projectTarget": "goalc-test.exe (bin\\goalc-test.exe)", "name": "Run Tests - Summary", "args": [ "--gtest_brief=1" ], "env": { "NEXT_DIR": "${projectDir}", "FAKE_ISO_PATH": "/game/fake_iso.txt" } }, { "type": "default", "project": "CMakeLists.txt", "projectTarget": "goalc-test.exe (bin\\goalc-test.exe)", "name": "Run Tests - Verbose", "args": [ "--gtest_brief=0" ], "env": { "NEXT_DIR": "${projectDir}", "FAKE_ISO_PATH": "/game/fake_iso.txt" } }, { "type": "default", "project": "CMakeLists.txt", "projectTarget": "gk.exe (bin\\gk.exe)", "name": "Run Game" }, { "type": "default", "project": "CMakeLists.txt", "projectTarget": "goalc.exe (bin\\goalc.exe)", "name": "Build Compiler" }, { "type": "default", "project": "CMakeLists.txt", "projectTarget": "decompiler.exe (bin\\decompiler.exe)", "name": "Build Decompiler" } ] }