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)
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)
......
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