[CMake] XML parsing ?
Darko Miletic
darko at uvcms.com
Sun Mar 12 09:09:36 EST 2006
Asmodehn Shade wrote:
> Hi,
>
> I am wondering if it is currently possible using CMake to parse an XML
> file...
>
> I would like to include the SVN revision number in the target name
> somehow, and I would need to get it from the .svn/entries file I guess...
>
> Any idea how to do that ?
Write your own command line executable for that and print the result
out. Than use
EXEC_PROGRAM to grab that output value.
More information about the CMake
mailing list