Fixed gethostname() linker error
This commit is contained in:
@@ -55,6 +55,11 @@ if(IOS)
|
||||
LinkAppleFrameworks(openVulkanoCpp)
|
||||
endif ()
|
||||
|
||||
if (WIN32)
|
||||
# Ws2
|
||||
target_link_libraries(openVulkanoCpp PRIVATE Ws2_32)
|
||||
endif ()
|
||||
|
||||
SetupVulkan(openVulkanoCpp)
|
||||
|
||||
if (NOT ANDROID AND NOT IOS)
|
||||
|
||||
Reference in New Issue
Block a user