diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 16:53:48 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 17:34:21 +0200 |
| commit | 635d950efddde7a60edba75f7b4d5e0028e4c99a (patch) | |
| tree | aee9fce5fc800f9c86b901a7f7eb11bb27076965 /cmake | |
| parent | 42b976af1bb4dda02e590d604b2012cf5958c240 (diff) | |
| download | jancity-635d950efddde7a60edba75f7b4d5e0028e4c99a.tar.gz | |
Implement net component
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/win9x.cmake | 1 |
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) |
