Hello everybody,<br><br>I would like to know if there exists a way to find all files in a directory with a custom file extension (e.g. *.so) except files beginning by a <br>custom string (here libA). For example I am using the line : <br>
<br>FILE( GLOB RESULT path/[^libA]*.so )<br><br>but the RESULT variable remains empty. Of cource I am sure of *.so files existance in the path.<br><br>Has anybody already tried to glob files in a directory, excluding some file name patterns?<br>
Thank you in advance for your help.<br><br>Enjoy Cmake,<br>Arnaud.<br><br>