Commit ca7c145d authored by Ronan Abhamon's avatar Ronan Abhamon

chore(CMakeLists.txt): fix messages-count-notifier headers on Windows

parent 7359bbe2
...@@ -232,8 +232,8 @@ if (UNIX AND NOT APPLE) ...@@ -232,8 +232,8 @@ if (UNIX AND NOT APPLE)
endif () endif ()
if (WIN32) if (WIN32)
list(APPEND SOURCES src/components/core/messages-count-notifier/MessagesCountNotifierWindow.cpp) list(APPEND SOURCES src/components/core/messages-count-notifier/MessagesCountNotifierWindows.cpp)
list(APPEND HEADERS src/components/core/messages-count-notifier/MessagesCountNotifierWindow.hpp) list(APPEND HEADERS src/components/core/messages-count-notifier/MessagesCountNotifierWindows.hpp)
endif () endif ()
if (APPLE) if (APPLE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment