Skip to content
Snippets Groups Projects
Commit 0da808c9 authored by JanBdot's avatar JanBdot
Browse files

updated solution settings for opencv integration

parent 22881e5c
Branches
No related tags found
No related merge requests found
Showing
with 13 additions and 0 deletions
x64/Debug/opencv_world455d.dll filter=lfs diff=lfs merge=lfs -text
x64/Debug/opencv_world455.dll filter=lfs diff=lfs merge=lfs -text
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.\n"; exit 2; }
git lfs post-checkout "$@"
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-commit.\n"; exit 2; }
git lfs post-commit "$@"
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-merge.\n"; exit 2; }
git lfs post-merge "$@"
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/pre-push.\n"; exit 2; }
git lfs pre-push "$@"
File added
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment