mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +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
|
SPInvocationGrabbing/NSObject+SPInvocationGrabbing.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
SET_SOURCE_FILES_PROPERTIES(
|
||||||
|
${SPMEDIAKEY-SOURCES}
|
||||||
|
PROPERTIES LANGUAGE C
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
ADD_LIBRARY(SPMediaKeyTap STATIC
|
ADD_LIBRARY(SPMediaKeyTap STATIC
|
||||||
${SPMEDIAKEY-SOURCES}
|
${SPMEDIAKEY-SOURCES}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user