From 635d950efddde7a60edba75f7b4d5e0028e4c99a Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 20 Sep 2022 16:53:48 +0200 Subject: Implement net component --- cmake/win9x.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') 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) -- cgit v1.2.3