mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
use winpthreads from mingw64
This commit is contained in:
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
Submodule third-party/winpthread deleted from 918de958b7
Reference in New Issue
Block a user