<p>Hello all,</p>
<p>&nbsp;</p>
<p>I've just began trying to port my project from autoconf to CMake and I've got a question.</p>
<p>My project use 'vpath' variable in order to locate source file from different directory according to argument pass to autoconf.</p>
<p>Typically, my C++ source file may be from src/libxml2 or src/xerces-c++ or any other directory depending on XML parser used.</p>
<p>I've look up around a little a came on a message saying CMake have no replacement for VPATH.</p>
<p>So, my question is:</p>
<p>- How to use CMake in such case ?</p>
<p>&nbsp;</p>
<p>thanks a lot for your help</p>
<p>&nbsp;</p>