aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-20 16:53:48 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-20 17:34:21 +0200
commit84c834c00023bbb581b9747e17039fd38facdda1 (patch)
treea336659043e5d05aad88c67946a791d8e21fbb8d /cmake
parentf42f5f69c8ab7bad09eb2d9a8d5631e1872c41d3 (diff)
downloadrts-84c834c00023bbb581b9747e17039fd38facdda1.tar.gz
Implement net component
Diffstat (limited to '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)