Re: [CMake] Problem with a simple framework target on OS X

2017-01-16 Thread Nils Gladitz
On 01/16/2017 11:02 AM, Nat! wrote: Hi I am trying to create an OS X framework with resources and headers using cmake. This is my `CMakeLists.txt` file: project( Foo) cmake_minimum_required (VERSION 3.7) add_library( Foo SHARED foo.c ) set_target_properties( Fo

[CMake] Problem with a simple framework target on OS X

2017-01-16 Thread Nat!
Hi I am trying to create an OS X framework with resources and headers using cmake. This is my `CMakeLists.txt` file: project( Foo) cmake_minimum_required (VERSION 3.7) add_library( Foo SHARED foo.c ) set_target_properties( Foo PROPERTIES FRAMEWORK TRUE RESOURCE