mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix Mac OS X notifications linking
This commit is contained in:
parent
d1b7e84488
commit
c9dfcb2b11
|
@ -472,7 +472,7 @@ elseif(TARGET_OS STREQUAL "mac")
|
||||||
find_library(OPENGL OpenGL)
|
find_library(OPENGL OpenGL)
|
||||||
find_library(SECURITY Security)
|
find_library(SECURITY Security)
|
||||||
set(PLATFORM_CLIENT
|
set(PLATFORM_CLIENT
|
||||||
src/osx/notifications.m
|
src/osx/notifications.mm
|
||||||
src/osxlaunch/client.m
|
src/osxlaunch/client.m
|
||||||
)
|
)
|
||||||
set(PLATFORM_CLIENT_LIBS ${COCOA} ${OPENGL})
|
set(PLATFORM_CLIENT_LIBS ${COCOA} ${OPENGL})
|
||||||
|
|
Loading…
Reference in a new issue