Hi,<br><br>I'm working on a new FindXXX module and I need to search for paths<br>providing multiple header files, for instance path P1 could provide<br>A.h and B.h while not providing C.h when path P2 provides the three of them.<br>
In this case, I want to detect P2 only.<br><br>Does CMake has some built-in functions or module to achieve that or do I<br>need to implement it myself?<br><br>Guillaume<br><br>