apps:
library-sample:
command: library_sample
parts:
library:
source: https://github.com/the/sample.git
plugin: cmake
When snapcraft runs the cmake
install, "library" will be installed on the system (as I would expect). Also, cmake
will also produce a test application in a samples
folder under the build
directory.
I would like to promote the sample (generated by the "part") to be an installed app within the snap package.
How do I use snap YAML to move from a nested directory under the build
folder, into the snaps /bin
folder?