Nanomsg link

Hello everyone! How link nanomsg library with my custom UE4 plugin? I put nanomsg.dll and nanomsg.lib into Plugins folder and in *.BUild.cs write this code
PublicAdditionalLibraries.Add(“nanomsg.lib”);
PublicDelayLoadDLLs.Add(“nanomsg.dll”);

but still i have link-error:( LINK : fatal error LNK1181: cannot open input file ‘nanomsg.lib’