hello_cube project now has its own asset bundle and runs without arguments

This commit is contained in:
2021-08-10 00:49:34 -07:00
parent 831cf2d1c5
commit 7965da421c
3 changed files with 22 additions and 11 deletions

View File

@@ -9,8 +9,7 @@
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": []
"inheritEnvironments": [ "msvc_x64_x64" ]
},
{
"name": "x64-Release",
@@ -21,8 +20,7 @@
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ],
"variables": []
"inheritEnvironments": [ "msvc_x64_x64" ]
}
]
}