Let's say I have a simple CMakeLists.txt:
cmake_minimum_required(VERSION 3.11)
project(foo C)
add_subdirectory(foo)
foo/CMakeLists.txt looks like:
add_library(foo SHARED foo.c)
set_target_properties(foo
PROPERTIES
FRAMEWORK ON
FRA
On 13. Aug, 2010, at 23:29 , Carlos Gonçalves wrote:
> On 2010/08/13, at 08:52, Michael Wild wrote:
>
>>
>> On 12. Aug, 2010, at 22:41 , Carlos Gonçalves wrote:
>>
>>> Hi,
>>>
>>> On 2010/08/12, at 20:15, Chris Wolf wrote:
>>>
On 8/12/10 10:20 AM, Carlos Gonçalves wrote:
>>>
On 2010/08/13, at 08:52, Michael Wild wrote:
>
> On 12. Aug, 2010, at 22:41 , Carlos Gonçalves wrote:
>
>> Hi,
>>
>> On 2010/08/12, at 20:15, Chris Wolf wrote:
>>
>>>
>>>
>>> On 8/12/10 10:20 AM, Carlos Gonçalves wrote:
Hi,
I have already looked everywhere possible (so to spe
On 2010/08/13, at 08:52, Michael Wild wrote:
>
> On 12. Aug, 2010, at 22:41 , Carlos Gonçalves wrote:
>
>> Hi,
>>
>> On 2010/08/12, at 20:15, Chris Wolf wrote:
>>
>>>
>>>
>>> On 8/12/10 10:20 AM, Carlos Gonçalves wrote:
Hi,
I have already looked everywhere possible (so to spea
On 12. Aug, 2010, at 22:41 , Carlos Gonçalves wrote:
> Hi,
>
> On 2010/08/12, at 20:15, Chris Wolf wrote:
>
>>
>>
>> On 8/12/10 10:20 AM, Carlos Gonçalves wrote:
>>> Hi,
>>>
>>> I have already looked everywhere possible (so to speak) on how to create a
>>> Framework + Unix tools as describe
Hi,
On 2010/08/12, at 20:15, Chris Wolf wrote:
>
>
> On 8/12/10 10:20 AM, Carlos Gonçalves wrote:
>> Hi,
>>
>> I have already looked everywhere possible (so to speak) on how to create a
>> Framework + Unix tools as described in [1] but found no examples. So far I
>> was able to create a Fram
On 8/12/10 10:20 AM, Carlos Gonçalves wrote:
> Hi,
>
> I have already looked everywhere possible (so to speak) on how to create a
> Framework + Unix tools as described in [1] but found no examples. So far I
> was able to create a Framework only [2].
>
> I'm trying to add Mac OS X support to G
Hi,
I have already looked everywhere possible (so to speak) on how to create a
Framework + Unix tools as described in [1] but found no examples. So far I was
able to create a Framework only [2].
I'm trying to add Mac OS X support to GeneratorRunner[3] and my current
CMakeLists.txt can be viewe
Hmm. I'll have to give that a try. Thanks
_
Mike Jackson mike.jack...@bluequartz.net
On Wed, Dec 9, 2009 at 4:48 PM, Clinton Stimpson wrote:
> On Wednesday 09 December 2009 02:42:13 pm you wrote:
>> _
>The subtle thing
> about the Xcode Environment variables is that your CMake Code is run
> at "Cmake Time" which will have no idea about the Xcode variables that
> are set during a "Build Time".
Right. But in my case this is OK, because I evaluate the Xcode env
variable in my python script which i
On Wednesday 09 December 2009 02:23:34 pm Mike Jackson wrote:
> On Wed, Dec 9, 2009 at 4:05 PM, Glenn Hughes wrote:
> > Thanks Mike,
> >
> > I pretty much got my build process on the Mac working. The thing that
> > took me awhile to understand were the different running contexts that
> > bits of t
On Wed, Dec 9, 2009 at 4:05 PM, Glenn Hughes wrote:
> Thanks Mike,
>
> I pretty much got my build process on the Mac working. The thing that
> took me awhile to understand were the different running contexts that
> bits of the CMake script are processed within. What I want is a little
> different
Thanks Mike,
I pretty much got my build process on the Mac working. The thing that
took me awhile to understand were the different running contexts that
bits of the CMake script are processed within. What I want is a little
different than the standard way that things are done in the CMake way
http://www.cmake.org/Wiki/BundleUtilitiesExample
Might Help
Mike Jackson
On Dec 8, 2009, at 5:11 PM, Glenn Hughes wrote:
Hi all,
Does anyone have any experience with how to copy a built framework
into the application bundle?
In Xcode we set the Installation Directory of the Framework to
@ex
Hi all,
Does anyone have any experience with how to copy a built framework
into the application bundle?
In Xcode we set the Installation Directory of the Framework to
@executable_path/../Frameworks/, then as a post-link phase of building
the app we run a python script to copy the built framework
So, life is slightly trickier since you are using a PrivateFramework.
We never requested the CMake folks handle this explicitly, though
there may already be enough built-in flexibility to handle this.
For the library:
FIND_LIBRARY(CHUD_LIBRARY
NAMES CHUD
PATHS /System/Library/PrivateFrame
I want to use a framework for the includes and library linkage.
FIND_LIBRARY seems like it will work for the library, but what about
the include. Should I use a FIND_FILE followed by a
INCLUDE_DIRECTORIES.
I want to link against the Apple profiling library found in /System/
Library/Priva
Hi,
AFAIK cmake doesn't support building these types of frameworks out-of-the-box.
Is it possible to do this using cmake macros ?
Or is it even planned to implement it directly in cmake ?
Bye
Alex
--
Echte DSL-Flatrate dauerhaft für 0,- Euro*!
"Feel free" mit GMX DSL! http://www.gmx.net/de/go
18 matches
Mail list logo