Change gitignore and configure workspace
This commit is contained in:
parent
901543a837
commit
126a57e064
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ mediapipe/MediaPipe.tulsiproj/*.tulsiconf-user
|
||||||
mediapipe/provisioning_profile.mobileprovision
|
mediapipe/provisioning_profile.mobileprovision
|
||||||
.configure.bazelrc
|
.configure.bazelrc
|
||||||
.user.bazelrc
|
.user.bazelrc
|
||||||
|
.vs
|
|
@ -219,7 +219,7 @@ new_local_repository(
|
||||||
new_local_repository(
|
new_local_repository(
|
||||||
name = "windows_opencv",
|
name = "windows_opencv",
|
||||||
build_file = "@//third_party:opencv_windows.BUILD",
|
build_file = "@//third_party:opencv_windows.BUILD",
|
||||||
path = "C:\\opencv\\build",
|
path = "D:\\opencv\\build",
|
||||||
)
|
)
|
||||||
|
|
||||||
http_archive(
|
http_archive(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user