mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
97a8aa54be
Thanks to: tyler.s.rhodes@gmail.com
14 lines
257 B
CMake
14 lines
257 B
CMake
set(SPMEDIAKEY-SOURCES
|
|
SPMediaKeyTap.m
|
|
SPInvocationGrabbing/NSObject+SPInvocationGrabbing.m
|
|
)
|
|
|
|
set(SPMEDIAKEY-HEADERS
|
|
SPMediaKeyTap.h
|
|
SPInvocationGrabbing/NSObject+SPInvocationGrabbing.h
|
|
)
|
|
|
|
ADD_LIBRARY(SPMediaKeyTap STATIC
|
|
${SPMEDIAKEY-SOURCES}
|
|
)
|