Update mediapipe/pose_tracking_dll/BUILD

Co-authored-by: Xavier Valls <xavi@nimagna.com>
This commit is contained in:
MaksymAtNimagna 2022-01-04 11:45:31 +01:00 committed by GitHub
parent 95483fa64a
commit 8b3cd11c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ windows_dll_library(
name = "pose_tracking_lib", name = "pose_tracking_lib",
srcs = ["pose_tracking.cpp"], srcs = ["pose_tracking.cpp"],
hdrs = ["pose_tracking.h"], hdrs = ["pose_tracking.h"],
# Define COMPILING_DLL to export symbols during compiling the DLL. # Define COMPILING_DLL to export symbols during the DLL compilation.
copts = ["-DCOMPILING_DLL"], copts = ["-DCOMPILING_DLL"],
deps = [ deps = [
"//mediapipe/framework:calculator_framework", "//mediapipe/framework:calculator_framework",