remove 3rdparty SPMediaKeyTap (#239)

This commit is contained in:
Martin Delille
2019-08-11 20:44:32 +02:00
committed by Jonas Kvinge
parent 4f52ceb3e0
commit 0e97f99f93
15 changed files with 8 additions and 679 deletions

View File

@@ -1,13 +0,0 @@
set(SPMEDIAKEY-SOURCES
SPMediaKeyTap.m
SPInvocationGrabbing/NSObject+SPInvocationGrabbing.m
)
set(SPMEDIAKEY-HEADERS
SPMediaKeyTap.h
SPInvocationGrabbing/NSObject+SPInvocationGrabbing.h
)
ADD_LIBRARY(SPMediaKeyTap STATIC
${SPMEDIAKEY-SOURCES}
)