TCP/IP support

This commit is contained in:
Cacodemon345
2024-03-12 14:27:19 +06:00
parent 10e0dbaafa
commit d51ba85814
6 changed files with 479 additions and 10 deletions

View File

@@ -223,7 +223,7 @@ endif()
if(WIN32)
target_sources(plat PRIVATE ../win/win_serial_passthrough.c ../win/win_netsocket.c)
else()
target_sources(plat PRIVATE ../unix/unix_serial_passthrough.c)
target_sources(plat PRIVATE ../unix/unix_serial_passthrough.c ../unix/unix_netsocket.c)
endif()
if (APPLE)