mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 14:28:24 +01:00
Handle ObjC as C
This commit is contained in:
parent
5c39e40364
commit
4a0baabb1d
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}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user