1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-21 09:52:38 +01:00
2014-10-17 23:25:57 +02:00

20 lines
338 B
CMake

set(SPMEDIAKEY-SOURCES
SPMediaKeyTap.m
SPInvocationGrabbing/NSObject+SPInvocationGrabbing.m
)
set(SPMEDIAKEY-HEADERS
SPMediaKeyTap.h
SPInvocationGrabbing/NSObject+SPInvocationGrabbing.h
)
SET_SOURCE_FILES_PROPERTIES(
${SPMEDIAKEY-SOURCES}
PROPERTIES LANGUAGE C
)
ADD_LIBRARY(SPMediaKeyTap STATIC
${SPMEDIAKEY-SOURCES}
)