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
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