CMake: Remove redundant source files that caused error for Windows CE build

This commit is contained in:
Pascal Bach 2014-12-11 09:56:03 +01:00 committed by Pascal Bach
parent 5ec33f9830
commit af1b94602a

View File

@ -29,11 +29,6 @@ POCO_SOURCES_AUTO_PLAT( SRCS WIN32
)
endif()
POCO_HEADERS_AUTO( SRCS
include/Poco/WindowsConsoleChannel.h
include/Poco/EventLogChannel.h
)
# Messages
POCO_MESSAGES( SRCS Logging src/pocomsg.mc)