GPCS4/3rdParty
2023-08-29 23:25:59 +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 glfw linux build support (#150) 2023-08-29 23:25:59 +08:00
glm Add GLM library 2019-08-12 20:30:12 +08:00
rtaudio some linux fix 2023-08-16 03:15:04 +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 some linux fix 2023-08-16 03:15:04 +08:00
winpthreads windows build success 2023-08-15 15:43:25 +08:00
xbyak introduce loop info 2022-05-27 03:01:26 +08:00
zydis some linux fix 2023-08-16 03:15:04 +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")