GPCS4/3rdParty/ReadMe.md
2019-06-23 21:28:51 +08:00

282 B
Vendored

3rd party liibraries. Make sure every library folder contains it's required header files and compiled libs, which can be include like: #include "pthreads4w/pthread.h"

and can be linked like in ImportLib.cpp, like: #pragma comment(lib, "../3rdParty/pthreads4w/libpthreadVCE3d.lib")