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

WRAPPER_IMPORTS needs to be set for everyone including the XPDev DLL

parent e2534b89
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ if(HAS_DEV_MACHINE_SPKR_H)
endif()
target_compile_definitions(xpdev PRIVATE WRAPPER_EXPORTS)
target_compile_definitions(xpdev INTERFACE WRAPPER_IMPORTS)
if(WIN32)
target_link_libraries(xpdev Iphlpapi Ws2_32 Winmm)
elseif(CMAKE_SYSTEM_NAME STREQUAL "Haiku")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment