[CMake] running cppunit from within cmake

2009-09-27 Thread e...@cs.bgu.ac.il
hello. I'm using cppunit to test my project, how can I run these tests from within cmake? must I create a executable for each testunit file? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [CMake] CMake 2.8.0 RC 1 ready for testing!

2009-09-27 Thread Pau Garcia i Quiles
On Fri, Sep 25, 2009 at 10:07 PM, Bill Hoffman wrote: > I am happy to announce that CMake 2.8.0 has entered the beta stage! You > can find the source and binaries here: http://www.cmake.org/files/v2.8/. > > I am sure I am leaving something out, but here is the list of changes > that I came up with

[CMake] Dependencies resolution for generated assembler files (TI DSP, s62/h62)

2009-09-27 Thread Wojciech Migda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, projects created using Texas Instruments DSP tools involve compilation of assembler source (*.s62) and header (*.h62) files generated using a dedicated tool (tconf). Those source files include headers using a directive of a form: .include file_na

Re: [CMake] Support for higher-level software design methodologies?

2009-09-27 Thread SF Markus Elfring
> There are no classes in CMake script, only functions and macros. Would it be useful if object-oriented software development might become supported by this configuration programming language? > Most find modules are fairly simple but many of them have their > quirks. I don't think there's a t

Re: [CMake] Resolution of dependencies for Subversion

2009-09-27 Thread Philip Lowman
On Sun, Sep 27, 2009 at 4:50 AM, SF Markus Elfring < elfr...@users.sourceforge.net> wrote: > > If you're asking if the module should find "svn.exe" if all you need > > is the subversion libraries, the answer is it doesn't have to. Once > > COMPONENTS have been specified the module can require the

Re: [CMake] Resolution of dependencies for Subversion

2009-09-27 Thread SF Markus Elfring
> If you're asking if the module should find "svn.exe" if all you need > is the subversion libraries, the answer is it doesn't have to. Once > COMPONENTS have been specified the module can require the user > specify one to find executables as well. FindImageMagick is a good > example of this. I