diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-11 12:30:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-11 12:30:05 -0800 |
| commit | d8ef6f95b44344be581748a448eec12d3fb91cde (patch) | |
| tree | ca512b50d70c3786098ee303bce375044188e8d8 /ports/dlib/CONTROL | |
| parent | dcf5e8a770bd52b5589768556294031a867ba918 (diff) | |
| parent | 72f10db01caf7dfa0e8c14c4256401b3f4ea70a2 (diff) | |
| download | vcpkg-d8ef6f95b44344be581748a448eec12d3fb91cde.tar.gz vcpkg-d8ef6f95b44344be581748a448eec12d3fb91cde.zip | |
Merge pull request #2173 from lp55/master
Adding package features for Dlib and OpenCV
Diffstat (limited to 'ports/dlib/CONTROL')
| -rw-r--r-- | ports/dlib/CONTROL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index 87d81875b..c773d8d28 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -2,3 +2,10 @@ Source: dlib Version: 19.7 Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3 Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ + +Feature: blas +Description: BLAS support for dlib + +Feature: cuda +Build-Depends: cuda +Description: CUDA support for dlib |
