Ok, from your 'SuperProject' build directory (the one you executed
cmake and make in), issue these commands:
cd OpenVSP-prefix/src/OpenVSP-build
make package
The first command will change into the embedded VSP build (separate
from the embedded Libraries build). The second command will collect
the results of the build process into a *.zip file like the ones I
upload to the internet. We do this because the build results are
somewhat scattered across the build system.
Next, copy that Zip file wherever you want, and unzip it to use the
goodies inside.
Rob