Commit a5210c5639c5039af3eea383100b26c461b4832a
1 parent
1640f68b
Xcode config file initial support
Showing
5 changed files
with
27 additions
and
2 deletions
3rdparty/stasm4.0.0/stasm/stasm.h
| @@ -30,7 +30,7 @@ static const char* const STASM_VERSION = "4.0.0" | @@ -30,7 +30,7 @@ static const char* const STASM_VERSION = "4.0.0" | ||
| 30 | #pragma warning(disable:4267) | 30 | #pragma warning(disable:4267) |
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | -#include "opencv/cv.h" | 33 | +#include <opencv/cv.h> |
| 34 | 34 | ||
| 35 | #if _MSC_VER >= 1200 | 35 | #if _MSC_VER >= 1200 |
| 36 | #pragma warning(default:4996) // re-enable the warnings disabled above | 36 | #pragma warning(default:4996) // re-enable the warnings disabled above |
README.md
| @@ -14,4 +14,3 @@ To optionally check out a particular [tagged release](https://github.com/biometr | @@ -14,4 +14,3 @@ To optionally check out a particular [tagged release](https://github.com/biometr | ||
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | [](https://bitdeli.com/free "Bitdeli Badge") | 16 | [](https://bitdeli.com/free "Bitdeli Badge") |
| 17 | - |
debug.xcconfig
0 โ 100644
opencv.xcconfig
0 โ 100644