openfx
openfx copied to clipboard
CMakeLists.txt should have a package target that packages all headers, libs, and samples
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.