1
0
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:
Uwe L. Korn 2014-10-17 23:25:57 +02:00
parent 5c39e40364
commit 4a0baabb1d

View File

@ -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}
)