Printing Interface library in cmake

355 views Asked by At

How to print the interface library in cmake. Actually i want to do this for a debugging purpose. so want to know how to print what are all the include directories in that interface library

I have a interface library A which is linked to 2 interface libraries B and C(i.e A includes B and C). Now i want to know whether A contains all the paths are not..how to check that?

0

There are 0 answers