From ca7c145deeeb526f9c6e2604d0e2fd27163ea39a Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 9 Aug 2017 16:06:51 +0200 Subject: [PATCH] chore(CMakeLists.txt): fix messages-count-notifier headers on Windows --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b5469602c..570ea8b1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,8 +232,8 @@ if (UNIX AND NOT APPLE) endif () if (WIN32) - list(APPEND SOURCES src/components/core/messages-count-notifier/MessagesCountNotifierWindow.cpp) - list(APPEND HEADERS src/components/core/messages-count-notifier/MessagesCountNotifierWindow.hpp) + list(APPEND SOURCES src/components/core/messages-count-notifier/MessagesCountNotifierWindows.cpp) + list(APPEND HEADERS src/components/core/messages-count-notifier/MessagesCountNotifierWindows.hpp) endif () if (APPLE)