aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2026-05-30 23:24:43 +0200
committerPřemysl Eric Janouch <p@janouch.name>2026-05-30 23:41:51 +0200
commit190149a660cb76b81037ebcd9d60c3b2cc2310ba (patch)
treedcfb90290edd50e322b3608d56503a3f1f7bcbcc /CMakeLists.txt
parent9ba7a0fce5b11e00c9e7c273bb2e8d20c00ee1f0 (diff)
downloadnncmpp-190149a660cb76b81037ebcd9d60c3b2cc2310ba.tar.gz
nncmpp-190149a660cb76b81037ebcd9d60c3b2cc2310ba.tar.xz
nncmpp-190149a660cb76b81037ebcd9d60c3b2cc2310ba.zip
AppKit: integrate with Now PlayingHEADorigin/mastermaster
Primarily to get media keys working; neither the API nor the macOS widget is particularly great. Bump liberty.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aaddf09..537fb2e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,8 +82,8 @@ if (WITH_APPKIT)
enable_language (OBJC)
set (CMAKE_OBJC_FLAGS
"${CMAKE_OBJC_FLAGS} -std=gnu99 -Wall -Wextra -Wno-unused-function")
- list (APPEND extra_libraries
- "-framework AppKit" "-framework CoreFoundation")
+ list (APPEND extra_libraries "-framework AppKit"
+ "-framework CoreFoundation" "-framework MediaPlayer")
endif ()
include_directories (${Unistring_INCLUDE_DIRS}