I need to link to my project a library (winscard.lib) that's part of the Windows SDK but I have no idea how to do it.
I know that I have to use the CMake function target_link_library() but how to specify that a system library?
Thank you