mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
chore(CMakeLists.txt): fix messages-count-notifier headers on Windows
This commit is contained in:
parent
7359bbe2e5
commit
ca7c145dee
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue