cmake: Add include directory to winpthread
This commit is contained in:
parent
a0b80893db
commit
996aa9d17a
|
@ -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