On Thursday, September 25, 2014 10:19:23 AM jmerkow wrote:
> Yes.
> 
> Im actually using the Bundle generator.  We don't use bundle when compiling.
> We only use bundles to launch for the binaries.  DESTINATION "." points to
> Contents/Resources/ in this case.
> 
> -Jameson
> 

Sorry, the Bundle generator doesn't let you do that.

This is one of the reasons we have the DragNDrop generator, so you should use 
that instead.  To do that, you'll also need to change your application to be a 
bundle in the build directory.  You can also use variables for the DESTINATION 
parameter in your install() commands.

Clint
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to