mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
Handle ObjC as C
This commit is contained in:
6
thirdparty/SPMediaKeyTap/CMakeLists.txt
vendored
6
thirdparty/SPMediaKeyTap/CMakeLists.txt
vendored
@@ -8,6 +8,12 @@ set(SPMEDIAKEY-HEADERS
|
||||
SPInvocationGrabbing/NSObject+SPInvocationGrabbing.h
|
||||
)
|
||||
|
||||
SET_SOURCE_FILES_PROPERTIES(
|
||||
${SPMEDIAKEY-SOURCES}
|
||||
PROPERTIES LANGUAGE C
|
||||
)
|
||||
|
||||
|
||||
ADD_LIBRARY(SPMediaKeyTap STATIC
|
||||
${SPMEDIAKEY-SOURCES}
|
||||
)
|
||||
|
Reference in New Issue
Block a user