1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-11 19:24:40 +01:00
2011-05-31 18:20:29 -04:00

14 lines
257 B
CMake

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