[CMake] find_path for multiple files

Guillaume Duhamel guillaume.duhamel at gmail.com
Wed Mar 3 05:33:20 EST 2010


Hi,

I'm working on a new FindXXX module and I need to search for paths
providing multiple header files, for instance path P1 could provide
A.h and B.h while not providing C.h when path P2 provides the three of them.
In this case, I want to detect P2 only.

Does CMake has some built-in functions or module to achieve that or do I
need to implement it myself?

Guillaume
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100303/36abe5aa/attachment.htm>


More information about the CMake mailing list