issues
search
floooh
/
sokol-samples
Sample code for https://github.com/floooh/sokol
MIT License
624
stars
79
forks
source link
Fix vscode build configs for latest fips changes.
#113
Closed
floooh
closed
1 year ago
floooh
commented
1 year ago
Changes the vscode build configs:
build_tool 'vscode_cmake' and 'vscode_ninja' have been merged into just 'vscode'
Windows configs now have an explicit Visual Studio generator set (required because cmake and CMake Tools have different defaults if the generator is missing)
Changes the vscode build configs: