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
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
-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
> 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
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
> 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