Rename MPPFaceLandmarker.m to MPPFaceLandmarker.mm

PiperOrigin-RevId: 538281740
This commit is contained in:
Sebastian Schmidt 2023-06-06 13:50:01 -07:00 committed by Copybara-Service
parent c71673d712
commit d063ed2c1e
2 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ objc_library(
objc_library(
name = "MPPFaceLandmarker",
srcs = ["sources/MPPFaceLandmarker.m"],
srcs = ["sources/MPPFaceLandmarker.mm"],
hdrs = ["sources/MPPFaceLandmarker.h"],
copts = [
"-ObjC++",