Hi Alan,
Alan W. Irwin wrote:
> On 2008-07-09 12:28-0400 Sean McBride wrote:
>
>> On 7/9/08 5:06 PM, Tim Schooley said:
>>
>>> I have a kernel extension that I would like to build from CMake
>>> in order to include it in CPack.
>>
>> You are very likely the first to try that, and I'd be surprised
Hi Sean,
Sean McBride wrote:
> On 7/9/08 5:06 PM, Tim Schooley said:
>
>> I have a kernel extension that I would like to build from CMake
>> in order to include it in CPack.
>
> You are very likely the first to try that, and I'd be surprised if it
> went smoothly. IIRC, building kexts requires
On 2008-07-09 12:28-0400 Sean McBride wrote:
On 7/9/08 5:06 PM, Tim Schooley said:
I have a kernel extension that I would like to build from CMake
in order to include it in CPack.
You are very likely the first to try that, and I'd be surprised if it
went smoothly. IIRC, building kexts requi
On 7/9/08 5:06 PM, Tim Schooley said:
>I have a kernel extension that I would like to build from CMake
>in order to include it in CPack.
You are very likely the first to try that, and I'd be surprised if it
went smoothly. IIRC, building kexts requires several non-typical
compiler/linker flags.
Hi folks!
Has anyone managed to take an XCode project (yuk) and build it from
CMake? I have a kernel extension that I would like to build from CMake
in order to include it in CPack.
I guess I could just add a custom target, but I was hoping someone may
have a better suggestion.
Thanks for any he