[CMake] [New Module] Xerces-C (2nd try)

2008-10-01 Thread Aleksandar Samardzic
Attached is (FindXercesC.cmake) a proposal for Xerces-C XML parser (http://xerces.apache.org/xerces-c/) module for CMake. I've added some small cleanups from previous version (posted here: http://www.cmake.org/pipermail/cmake/2008-September/024277.html). Attached is also, for the purpose of testi

Re: [CMake] [New Module] Xerces-C

2008-09-25 Thread Aleksandar Samardzic
On Thu, Sep 25, 2008 at 3:46 PM, Timenkov Yuri <[EMAIL PROTECTED]> wrote: > This week I played with xerces too :) but on windows, so I suppose there > will be different view point on this problem. > > 1) I think using FIND_PATH(XERCESC_INCLUDE_DIR > xercesc/util/XercesVersion.hpp) is slightly bette

Re: [CMake] [New Module] Xerces-C

2008-09-25 Thread Timenkov Yuri
This week I played with xerces too :) but on windows, so I suppose there will be different view point on this problem. 1) I think using FIND_PATH(XERCESC_INCLUDE_DIR xercesc/util/XercesVersion.hpp) is slightly better, because there may be different xercesc files or directories. 2) SET(XERCESC_NAM

[CMake] [New Module] Xerces-C

2008-09-25 Thread Aleksandar Samardzic
Attached is a proposal for Xerces-C XML parser (http://xerces.apache.org/xerces-c/) module for CMake; the module is built after zlib module from CMake distribution. Regards, Alex FindXercesC.cmake Description: Binary data ___ CMake mailing list CMake@c