GPCS4/3rdParty
2022-06-02 11:05:18 +08:00
..
binaryen Revert "recover stackifier, remove relooper" 2022-06-02 11:05:18 +08:00
boost/boost iimplement GcnDominatorTree 2022-05-27 17:29:05 +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
fmt add fmt library 2022-05-30 06:05:41 +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
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 add some optimizations and fall back to C++17 2022-05-30 03:16:39 +08:00
winpthreads add some optimizations and fall back to C++17 2022-05-30 03:16:39 +08:00
xbyak introduce loop info 2022-05-27 03:01:26 +08:00
zydis fix video out param check 2022-05-09 20:49:37 +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")