I heard that Nuget builds project easier without any configuration.
So, I am trying to add pthreads in my project from Nuget
(Actually I am using windows 10 x64 Visual studio 2017, C language, and my friends use linux OS)
I just search pthreads in Nuget package, click "install" button
But, my project compiles well but fatal error LNK1120
called.
Is there any more configuration after install pthreads from nuget?
- The reason why I ask this simple question in stackoverflow is that, there is no more steps in Microsoft official guides.