Vulkan-Samples icon indicating copy to clipboard operation
Vulkan-Samples copied to clipboard

Add CPack

Open tomadamatkinson opened this issue 2 years ago • 1 comments

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

tomadamatkinson avatar Sep 11 '23 15:09 tomadamatkinson

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

SaschaWillems avatar Sep 11 '23 19:09 SaschaWillems