CMakeLists.txt 355 B

123456789
  1. # SPMediaKeyTap uses some deprecated methods, no need to fix that right now, so let's supress the warnings.
  2. set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-deprecated-declarations")
  3. add_library(spmediakeytap STATIC
  4. SPMediaKeyTap.h SPMediaKeyTap.m
  5. SPInvocationGrabbing/NSObject+SPInvocationGrabbing.m
  6. SPInvocationGrabbing/NSObject+SPInvocationGrabbing.h
  7. )