Skip to content
Snippets Groups Projects
Commit 66499221 authored by deuce's avatar deuce
Browse files

Win32 builds require Netapi32 now.

parent bd5f0213
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ endif() ...@@ -90,7 +90,7 @@ endif()
target_compile_definitions(xpdev PRIVATE WRAPPER_EXPORTS) target_compile_definitions(xpdev PRIVATE WRAPPER_EXPORTS)
target_compile_definitions(xpdev INTERFACE WRAPPER_IMPORTS) target_compile_definitions(xpdev INTERFACE WRAPPER_IMPORTS)
if(WIN32) if(WIN32)
target_link_libraries(xpdev Iphlpapi Ws2_32 Winmm) target_link_libraries(xpdev Iphlpapi Ws2_32 Winmm Netapi32)
elseif(CMAKE_SYSTEM_NAME STREQUAL "Haiku") elseif(CMAKE_SYSTEM_NAME STREQUAL "Haiku")
target_link_libraries(xpdev network m) target_link_libraries(xpdev network m)
elseif(CMAKE_SYSTEM_NAME STREQUAL "NetBSD") elseif(CMAKE_SYSTEM_NAME STREQUAL "NetBSD")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment