Re: [CMake] Example of creating OSX application?

2015-05-04 Thread Dan Kegel
On Mon, May 4, 2015 at 12:07 PM, Martin Percossi wrote: > Could someone point me to a recent example CMakeLists.txt for creation of an > application (i.e., .app directory structure) under OSX? Ideally, it should > have its own custom framework included in the @executable_path/../Frameworks > direc

[CMake] Example of creating OSX application?

2015-05-04 Thread Martin Percossi
Hello, Could someone point me to a recent example CMakeLists.txt for creation of an application (i.e., .app directory structure) under OSX? Ideally, it should have its own custom framework included in the @executable_path/../Frameworks directory, as well as resources. In short, it should be reason