[CMake] Adding a folder with files into an OSX App

Andrew Maclean andrew.amaclean at gmail.com
Sun Jun 30 20:34:56 EDT 2013


Has anyone got an example of how to incorporate a folder into a Mac OSX App?

In other words I want to have the following directory structure:
MyApp.app
    Contents
       MacOS
           MyApp
           Help
              en
           Help
              es
In other words the Help directory is a subdirectory of the directory in
which the application resides.

The problem seems to be that I can't just copy the files into MyApp.app
because this is created when the executable is built. So there is a
dependency issue.

There is lots of stuff about bundles on the web but I haven't been able to
find something similar to what I want to do.

Thanks
   Andrew


-- 
___________________________________________
Andrew J. P. Maclean

___________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130701/8a0e51c0/attachment.htm>


More information about the CMake mailing list