diff --git a/CMakeLists.txt b/CMakeLists.txt index 29ef5a8..0ff3ee9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,12 +28,10 @@ if(WIN32) ${LIBUVDIR}/src/win/poll.c ${LIBUVDIR}/src/win/process-stdio.c ${LIBUVDIR}/src/win/process.c - ${LIBUVDIR}/src/win/req.c ${LIBUVDIR}/src/win/signal.c ${LIBUVDIR}/src/win/stream.c ${LIBUVDIR}/src/win/tcp.c ${LIBUVDIR}/src/win/thread.c - ${LIBUVDIR}/src/win/timer.c ${LIBUVDIR}/src/win/tty.c ${LIBUVDIR}/src/win/udp.c ${LIBUVDIR}/src/win/util.c @@ -87,7 +85,6 @@ else() ${LIBUVDIR}/src/unix/stream.c ${LIBUVDIR}/src/unix/tcp.c ${LIBUVDIR}/src/unix/thread.c - ${LIBUVDIR}/src/unix/timer.c ${LIBUVDIR}/src/unix/tty.c ${LIBUVDIR}/src/unix/udp.c) endif()