fix(PollSet): CMakelists.txt

This commit is contained in:
Alex Fabijanic 2022-07-06 12:04:05 +02:00
parent dd16ab04e7
commit adec31e6a8

View File

@ -8,7 +8,7 @@ POCO_HEADERS_AUTO(SRCS ${HDRS_G})
# Platform Specific
POCO_SOURCES_AUTO_PLAT(SRCS WIN32 src/wepoll.c)
POCO_HEADERS_AUTO(SRCS WIN32 src/wepoll.h)
POCO_HEADERS_AUTO(SRCS src/wepoll.h)
# Version Resource
if(MSVC AND BUILD_SHARED_LIBS)