Re: [CMake] CMake and VPATH

2009-03-09 Thread Bill Hoffman
laur...@marzu.org wrote: Hello all, I've just began trying to port my project from autoconf to CMake and I've got a question. My project use 'vpath' variable in order to locate source file from different directory according to argument pass to autoconf. Typically, my C++ source file may

[CMake] CMake and VPATH

2009-03-09 Thread laurent
Hello all, I've just began trying to port my project from autoconf to CMake and I've got a question. My project use 'vpath' variable in order to locate source file from different directory according to argument pass to autoconf. Typically, my C++ source file may be from src/libxml2 or src/x