From f5507f15a2e35fa7686b2138361206b857e2cd7e Mon Sep 17 00:00:00 2001 From: Mikhail Romanko Date: Sun, 9 Aug 2026 17:00:38 +0300 Subject: [PATCH] Fix CMakeLists --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f4f4a2..7449524 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,15 +8,15 @@ set(SOURCES ) set(SOURCES_WIN32 - src/win32/Addr.c - src/win32/Poll.c - src/win32/Socket.c + win32/Addr.c + win32/Poll.c + win32/Socket.c ) set(SOURCES_POSIX - src/posix/Addr.c - src/posix/Poll.c - src/posix/Socket.c + posix/Addr.c + posix/Poll.c + posix/Socket.c ) set(HEADERS