openfx icon indicating copy to clipboard operation
openfx copied to clipboard

CMakeLists.txt should have a package target that packages all headers, libs, and samples

Open garyo opened this issue 2 years ago • 0 comments

Currently the CI builds package includes, libs, and examples into a zip file manually. We could use conan create for this, or better yet set up cmake's packaging to package the build into a releaseable form, and then call that from CI.

This will be an important component of our release process.

garyo avatar Jun 15 '23 16:06 garyo