cmake: Add include directory to winpthread

This commit is contained in:
GPUCode 2023-11-05 16:30:11 +02:00
parent a0b80893db
commit 996aa9d17a
1 changed files with 1 additions and 0 deletions

View File

@ -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