Vulkan-Samples
Vulkan-Samples copied to clipboard
Add CPack
Add cpack support so that we can support bundling the application into a distributable which:
- Can be published into a GitHub Release
- Can be published into an App Store release (eventually)
GitHub releases would be a good first step into keeping track of the progress the repository has made. We could release every time there has been considerable bug fixes or a new sample has released
It looks like we did publish some package a few years ago: https://github.com/orgs/KhronosGroup/packages?repo_name=Vulkan-Samples
Maybe we want to disable this for now, as it's pretty outdated