mirror of
https://github.com/Inori/GPCS4.git
synced 2025-04-02 10:31:52 -04:00
7 lines
282 B
Markdown
Vendored
7 lines
282 B
Markdown
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")
|