mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-22 03:15:01 +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
third-party/CMakeLists.txt
vendored
6
third-party/CMakeLists.txt
vendored
|
@ -15,12 +15,6 @@ add_subdirectory(toml11 EXCLUDE_FROM_ALL)
|
|||
# Vulkan
|
||||
add_subdirectory(vulkan EXCLUDE_FROM_ALL)
|
||||
|
||||
# Winpthreads
|
||||
if (WIN32)
|
||||
add_subdirectory(winpthread EXCLUDE_FROM_ALL)
|
||||
target_include_directories(winpthread INTERFACE winpthread/include)
|
||||
endif()
|
||||
|
||||
# xxHash
|
||||
add_library(xxhash INTERFACE)
|
||||
target_include_directories(xxhash INTERFACE xxhash)
|
||||
|
|
1
third-party/winpthread
vendored
1
third-party/winpthread
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 918de958b720c3ba7bc47f4988609c0109a0f75b
|
Loading…
Add table
Add a link
Reference in a new issue