AcademySoftwareFoundation / openfx

OpenFX effects API
Other
393 stars 119 forks source link

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

Open garyo opened 1 year ago

garyo commented 1 year ago

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.