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
commit635d950efddde7a60edba75f7b4d5e0028e4c99a (patch)
treeaee9fce5fc800f9c86b901a7f7eb11bb27076965 /cmake
parent42b976af1bb4dda02e590d604b2012cf5958c240 (diff)
downloadjancity-635d950efddde7a60edba75f7b4d5e0028e4c99a.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)