Skip to content

Instantly share code, notes, and snippets.

@ElCapor
Created April 15, 2024 15:51
Show Gist options
  • Save ElCapor/97d52e6f966305620ca59f86fd63ac6d to your computer and use it in GitHub Desktop.
Save ElCapor/97d52e6f966305620ca59f86fd63ac6d to your computer and use it in GitHub Desktop.
UntitledImguiFramework Project Generation
echo "Making symlinks..."
mklink /d Framework ..\..\Framework
mklink /d UVKBuildTool ..\..\UVKBuildTool
mkdir Generated
echo "Generating project..."
cd UVKBuildTool\build
UVKBuildTool.exe --generate ..\..\
echo "Success"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment