aboutsummaryrefslogtreecommitdiff
path: root/cmake/win9x.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/win9x.cmake')
-rw-r--r--cmake/win9x.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/win9x.cmake b/cmake/win9x.cmake
index a4d8f79..0d91520 100644
--- a/cmake/win9x.cmake
+++ b/cmake/win9x.cmake
@@ -6,6 +6,7 @@ add_custom_command(OUTPUT ${cdroot}/${PROJECT_NAME}
add_custom_target(stripped-exe ALL DEPENDS ${cdroot}/${PROJECT_NAME})
target_link_libraries(SDL::SDL INTERFACE gdi32 user32 winmm dxguid)
+target_link_libraries(ENET INTERFACE ws2_32)
add_compile_options(-march=i386)