[Cmake] FIND_FILE

Peter Vanroose Peter . Vanroose at esat . kuleuven . ac . be
Wed, 25 Jun 2003 14:03:23 +0200 (CEST)


> Relative paths from where? Source tree? Binary tree? Toplevel source
> tree? Starting source tree?

No, from the directory where the CMake file resides that contains the command.

Very useful, e.g. in a "tests" subdirectory of a source directory, to
INCLUDE a file from the source dir by using ".." instead of needing to
know an absolute path (which is subject to changes "without notice").


--	Peter Vanroose.