Re: [CMake] cmake and qtest

2007-12-26 Thread Andreas Pakulat
On 26.12.07 09:36:08, Ramazan Girgin wrote: > Hi all, > Is there any example about using cmake with qtest.??? Are you talking about the Qt testing framework? If so check KDE4Macros.cmake from KDE4 svn (trunk/KDE/kdelibs/cmake/modules), the macro KDE4_UNIT_TEST adds a test-app with a number of sour

Re: [CMake] usign doxygen with cmake

2007-12-26 Thread Alan W. Irwin
On 2007-12-26 09:37+0200 Ramazan Girgin wrote: Hi, How can auto generate doxygen html file in cmake ?Is there any example project about this? The normal way to do something "custom" like this is to use add_custom_command (with full PATHNAME OUTPUT signature), with an empty (no command) add_cus

[CMake] Iconv and Gettext modules?

2007-12-26 Thread Hendrik Sattler
Hi, does anyone has a FindIconv.cmake around? I am kind of confused about how to handle the optional cross-dependency on libintl (gettext): libintl can use libiconv and the other way round. Additionally, on linux, both are included in libc. Thanks HS __

Re: [CMake] usign doxygen with cmake

2007-12-26 Thread Andreas Schneider
Ramazan Girgin wrote: > Hi, > How can auto generate doxygen html file in cmake ?Is there any example > project about this? > Ramazan > Hi Ramzan, take a look at the doc directory at http://dev.lomoco.org/browser It will add a new custom target 'make doc' if doxygen is found. -- andre