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.