Skip to content

Commit

Permalink
build(PollSet): cmake #2091
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Jun 28, 2022
1 parent 1540e6a commit cd191cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Net/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ POCO_SOURCES_AUTO(SRCS ${SRCS_G})
file(GLOB_RECURSE HDRS_G "include/*.h")
POCO_HEADERS_AUTO(SRCS ${HDRS_G})

# Platform Specific
POCO_SOURCES_AUTO_PLAT(SRCS WIN32 src/wepoll.c)
POCO_HEADERS_AUTO(SRCS src/wepoll.h)

# Version Resource
if(MSVC AND BUILD_SHARED_LIBS)
source_group("Resources" FILES ${PROJECT_SOURCE_DIR}/DLLVersion.rc)
Expand Down
2 changes: 1 addition & 1 deletion Net/src/PollSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class PollSetImpl
#else

//
// windows implementation using epoll
// Windows implementation using wepoll
//

class PollSetImpl
Expand Down

0 comments on commit cd191cb

Please sign in to comment.