Re: [CMake] Mac OS X frameworks

2008-10-22 Thread E. Wing
There is also my Lua example (on steroids) found at: http://www.assembla.com/wiki/show/lua -Eric ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Mac OS X frameworks

2008-10-21 Thread Michael Jackson
Thomas wrote: What directory are you referring to when you mention CMake/Tests/ Framework? Where do I find this information? Date: Tue, 21 Oct 2008 12:42:58 -0400 From: "David Cole" <[EMAIL PROTECTED]> Subject: Re: [CMake] Mac OS X frameworks To: "Michael Jackson" <

Re: [CMake] Mac OS X frameworks

2008-10-21 Thread Michael Jackson
6:37 -0400 From: Michael Jackson <[EMAIL PROTECTED]> Subject: Re: [CMake] Mac OS X frameworks To: cmake@cmake.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes OS X Frameworks are pretty well supported. I think there is a &qu

Re: [CMake] Mac OS X frameworks

2008-10-21 Thread David Cole
The test framework can be found at CMake/Tests/Framework. Follow the CMakeLists.txt in that directory to get started. Let us know if you think anything is missing... David On Tue, Oct 21, 2008 at 7:56 AM, Michael Jackson < [EMAIL PROTECTED]> wrote: > OS X Frameworks are pretty well supported.

Re: [CMake] Mac OS X frameworks

2008-10-21 Thread Michael Jackson
OS X Frameworks are pretty well supported. I think there is a "test" framework in the "test" directory of the CMake source code that might allow you to take a look at what can be done. It also depends on how complex your framework is going to be will dictate how much extra work you will ne

[CMake] Mac OS X frameworks

2008-10-20 Thread Tron Thomas
I tried posting this question earlier, and I never saw it. It could be that I posted before I was fully added to the mailing list. Anyway, I've been trying to look into what it would take to build a Mac OS X framework using CMake to configure the build system, and it is unclear to me how well t