GPCS4/3rdParty
2023-06-26 23:23:32 +08:00
..
boost/boost support vs2022 and llvm 16.0.6 2023-06-20 21:24:59 +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 use external fmt library 2022-06-28 21:57:11 +08:00
stb_image Add stb image library 2019-08-11 23:35:30 +08:00
tinydbr fix tinydbr release cpp version 2023-06-26 23:23:32 +08:00
winpthreads temporary fix longjmp crash 2022-06-26 20:40:26 +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")