Re: [CMake] Mac OS X framework building

2016-06-05 Thread Eric Wing
On 6/5/16, Bill Somerville wrote: > On 24/05/2016 21:55, Bill Somerville wrote: >> I am trying to make a framework using a shared library. The docs say >> that the target property PUBLIC_HEADER should be a list of interface >> header files that install(TARGET ...) will populate >> .../.framework/H

Re: [CMake] Mac OS X framework building

2016-06-05 Thread Bill Somerville
On 24/05/2016 21:55, Bill Somerville wrote: I am trying to make a framework using a shared library. The docs say that the target property PUBLIC_HEADER should be a list of interface header files that install(TARGET ...) will populate .../.framework/Headers/ with but I cannot get that to happen.

[CMake] Mac OS X framework building

2016-05-24 Thread Bill Somerville
Hi All, I am trying to make a framework using a shared library. The docs say that the target property PUBLIC_HEADER should be a list of interface header files that install(TARGET ...) will populate .../.framework/Headers/ with but I cannot get that to happen. I have set the target property FR