GPCS4/3rdParty
2022-04-26 18:17:44 +08:00
..
cxxopts log system: channel support 2020-02-01 00:10:03 +08:00
dirent add file system definations 2019-06-28 19:21:29 +08:00
glfw support V_MAC_F32 2022-04-26 17:22:49 +08:00
glm Add GLM library 2019-08-12 20:30:12 +08:00
pthreads4w upgrade to visual studio 2022 2022-04-19 16:56:54 +08:00
rtaudio support V_MAC_F32 2022-04-26 17:22:49 +08:00
spdlog update spdlog version 2021-02-20 10:35:40 +08:00
stb_image Add stb image library 2019-08-11 23:35:30 +08:00
tinydbr remove zydis dependency from tinydbr 2022-04-26 18:17:44 +08:00
xbyak add tinydbr library and reconstruct 3rdparty libraries 2022-03-11 02:05:59 +08:00
zydis support V_MAC_F32 2022-04-26 17:22:49 +08:00
ReadMe.md add a cpp file for import libs 2019-06-23 21:28:51 +08:00

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")