mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
use winpthreads from mingw64
This commit is contained in:
parent
93797af73f
commit
b00b849d3f
7 changed files with 14 additions and 18 deletions
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
|
@ -66,3 +66,9 @@ add_subdirectory(robin-map EXCLUDE_FROM_ALL)
|
|||
|
||||
# Xbyak
|
||||
add_subdirectory(xbyak EXCLUDE_FROM_ALL)
|
||||
|
||||
# Winpthreads
|
||||
if (WIN32)
|
||||
add_subdirectory(winpthreads EXCLUDE_FROM_ALL)
|
||||
target_include_directories(winpthreads INTERFACE winpthreads/include)
|
||||
endif()
|
||||
|
|
1
externals/winpthreads
vendored
Submodule
1
externals/winpthreads
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d937b60055aaea313422672ebd5cc8bfa87a1682
|
Loading…
Add table
Add a link
Reference in a new issue