CMake how to find linked absolute path for *.lib files

204 Views Asked by At

I have a CMake project which is runnable, with part of the code

target_link_libraries(exec PRIVATE d3d11.lib dwmapi.lib d3dcompiler.lib)

How do I know which *.lib (from where) is used? Is it possible to print the path?

Thanks

Try to find the path to CMake link library, specifically *.lib files.

0

There are 0 best solutions below