CMakeLists.txt 183 B

123456
  1. set(APPLE_SRC
  2. InputAppleRemote.h InputAppleRemote.mm
  3. AppleRemoteDelegate.mm AppleRemoteDelegate.h
  4. InputAppleMediaKeys.h InputAppleMediaKeys.mm
  5. )
  6. add_sources(${APPLE_SRC})