[CMake] CPack DragNDrop, adding an additional file to DMG

Clinton Stimpson clinton at elemtech.com
Thu Sep 25 11:57:28 EDT 2014


On Thursday, September 25, 2014 08:36:18 AM jmerkow wrote:
> Using CPack is it possible to add an additional file to the DMG?  Many DMGs
> accompany their bundles with readme's or other files.  I haven't found
> anything in the documentation to accomplish this.
> 
> -Jameson

Have you tried this?

install(FILES readme.txt DESTINATION ".")

-Clint


More information about the CMake mailing list