{ // https://docs.microsoft.com/en-us/cpp/build/launch-vs-schema-reference-cpp?view=vs-2019 "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}" } }, { "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}" } }, { "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" } ] }