mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-02 04:38:28 -06:00
cmake: Add include directory to winpthread
This commit is contained in:
parent
a0b80893db
commit
996aa9d17a
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
|
# Winpthreads
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
add_subdirectory(winpthread EXCLUDE_FROM_ALL)
|
add_subdirectory(winpthread EXCLUDE_FROM_ALL)
|
||||||
|
target_include_directories(winpthread INTERFACE winpthread/include)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# xxHash
|
# xxHash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user