Re: [CMake] Parsing XML from CMAke

2009-09-29 Thread Martin Guillon
el Jackson Envoyé : Tuesday, September 29, 2009 5:26 PM À : cmake Mailing List Objet : Re: [CMake] Parsing XML from CMAke Um, couldn't you just use the FIND_PACKAGE( Qt4 REQUIRED ) and others like that to find your 3rd party packages? Just a suggestion without knowing your build s

Re: [CMake] Parsing XML from CMAke

2009-09-29 Thread Michael Jackson
PATH=... INCLUDE=include That would work but I find it quite "heavy", that s why I was thinking about XML -Message d'origine- De : Tyler Roscoe [mailto:ty...@cryptio.net] Envoyé : Tuesday, September 29, 2009 4:58 PM À : Martin Guillon Cc : cmake@cmake.org Objet : Re: [CMake] Parsin

Re: [CMake] Parsing XML from CMAke

2009-09-29 Thread Martin Guillon
io.net] Envoyé : Tuesday, September 29, 2009 4:58 PM À : Martin Guillon Cc : cmake@cmake.org Objet : Re: [CMake] Parsing XML from CMAke On Tue, Sep 29, 2009 at 11:10:29AM +0200, Martin Guillon wrote: > IN our project we currently use ini file for configuration and so i read them > from CMake.

Re: [CMake] Parsing XML from CMAke

2009-09-29 Thread Tyler Roscoe
On Tue, Sep 29, 2009 at 11:10:29AM +0200, Martin Guillon wrote: > IN our project we currently use ini file for configuration and so i read them > from CMake. > I am thinking about using XML because it allows me a lot more things. > SO i was wondering if i could parse XML files from CMake ? What k

[CMake] Parsing XML from CMAke

2009-09-29 Thread Martin Guillon
Hi, IN our project we currently use ini file for configuration and so i read them from CMake. I am thinking about using XML because it allows me a lot more things. SO i was wondering if i could parse XML files from CMake ? Thanks ___ Powered by www.kit