move serial.c to Unix filename list
This commit is contained in:
parent
f348ab1811
commit
efb241be00
1 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ set(SOCKET_BASE_SRC
|
||||||
mime.h
|
mime.h
|
||||||
options.c
|
options.c
|
||||||
select.c
|
select.c
|
||||||
serial.c
|
|
||||||
tcp.c
|
tcp.c
|
||||||
timeout.c
|
timeout.c
|
||||||
udp.c
|
udp.c
|
||||||
|
@ -23,7 +22,7 @@ set(SOCKET_BASE_SRC
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
list(APPEND EMBEDDED_MODULE_NAMES "socket_serial/luaopen_socket_serial" "socket_unix/luaopen_socket_unix")
|
list(APPEND EMBEDDED_MODULE_NAMES "socket_serial/luaopen_socket_serial" "socket_unix/luaopen_socket_unix")
|
||||||
list(APPEND SOCKET_BASE_SRC unix.c unixdgram.c unixstream.c usocket.c)
|
list(APPEND SOCKET_BASE_SRC unix.c unixdgram.c unixstream.c usocket.c serial.c)
|
||||||
set(PLATFORM_LIBS "")
|
set(PLATFORM_LIBS "")
|
||||||
else()
|
else()
|
||||||
list(APPEND SOCKET_BASE_SRC wsocket.c)
|
list(APPEND SOCKET_BASE_SRC wsocket.c)
|
||||||
|
|
Loading…
Reference in a new issue