[CMake] CPack combine source and binary

Eric Huhtala eric.huhtala at gmail.com
Fri Dec 19 18:36:32 EST 2014


Is there some way to combine source and binary into a single package,
specifically in the way described below?

I have:
source in project/sources
binaries in project/build

Right now, the closest I've gotten is installing the sources, then getting
the .zip file to contain
zip/build
zip/build/sources

but, I would like the .zip file to contain
zip/sources
zip/build

Is there some way I can get CPack to do this for me?

Thanks,
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20141219/1f9167a4/attachment.html>


More information about the CMake mailing list