Hi! On Mon, Aug 23, 2010 at 11:52 AM, Dieter Rosch <die...@bbd.co.za> wrote: > The CMake generated solution files contain custom steps that reference CMake, > so you can't use them without having CMake installed. The reasons for this > are not in the scope of the current discussion, but suffice to say they are > valid.
If CMake is not the best solution for the community. maybe use one of alternatives? Bakefile [1] from this point of view (unittest++ is small library) gives the same ability. Bakefile generates fully independent makefiles for nmake, gnu make, project files borland, microsoft c++, xcode IDEs etc ... It offers less configuring ability than CMake (bakefile generates autoconf compatible makefiles for projects which need multitudes of host specific configurations) ... but for unittest++ it would be good fit as it doesn't need almost any config. Some time ago i even considering submission of autoconf+bakefile files for unittest++ - as i am using this tool in my projects, nevertheless i ceased with this idea because of two facts: 1) there is no premade framework to build software that fills all needs be it scons, cmake or bakefile+autoconf 2) unittest is simple enough to just include eveything in application source project [It just follows the same gist as not-adding bloating features like those which require boost] Nevertheless, if anyone is interested i can also publish autoconf+bakefiles for unittest++ that can easily enable cross-compiling (autoconf feature) and project files for most popular windows IDEs. PS. [Sorry, if it looks like advertisment, it's just an accident ;) ... ] [1] http://www.bakefile.org Regards, -- Zbigniew Zagórski / software developer / geek / http://zbigg.blogspot.com / ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ unittest-cpp-devel mailing list unittest-cpp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel