mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 06:13:18 +00:00
cmake: Add include directory to winpthread
This commit is contained in:
parent
a0b80893db
commit
996aa9d17a
1 changed files with 1 additions and 0 deletions
1
third-party/CMakeLists.txt
vendored
1
third-party/CMakeLists.txt
vendored
|
@ -35,6 +35,7 @@ target_include_directories(vulkan-1 INTERFACE vulkan/include)
|
|||
# Winpthreads
|
||||
if (WIN32)
|
||||
add_subdirectory(winpthread EXCLUDE_FROM_ALL)
|
||||
target_include_directories(winpthread INTERFACE winpthread/include)
|
||||
endif()
|
||||
|
||||
# xxHash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue