Update mediapipe/pose_tracking_dll/BUILD
Co-authored-by: Xavier Valls <xavi@nimagna.com>
This commit is contained in:
parent
95483fa64a
commit
8b3cd11c39
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user