Fix Mac OS X notifications linking

This commit is contained in:
def 2020-04-30 21:30:21 +02:00
parent d1b7e84488
commit c9dfcb2b11
2 changed files with 1 additions and 1 deletions

View file

@ -472,7 +472,7 @@ elseif(TARGET_OS STREQUAL "mac")
find_library(OPENGL OpenGL)
find_library(SECURITY Security)
set(PLATFORM_CLIENT
src/osx/notifications.m
src/osx/notifications.mm
src/osxlaunch/client.m
)
set(PLATFORM_CLIENT_LIBS ${COCOA} ${OPENGL})