Platform-specific netwok sockets

This commit is contained in:
Cacodemon345
2024-03-11 16:35:57 +06:00
parent 8fd35fccb8
commit 9f5d2a46bd
3 changed files with 173 additions and 1 deletions

View File

@@ -221,7 +221,7 @@ if(WIN32 AND NOT MINGW)
endif()
if(WIN32)
target_sources(plat PRIVATE ../win/win_serial_passthrough.c)
target_sources(plat PRIVATE ../win/win_serial_passthrough.c ../win/win_netsocket.c)
else()
target_sources(plat PRIVATE ../unix/unix_serial_passthrough.c)
endif()