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 | 30 | #pragma warning(disable:4267) |
| 31 | 31 | #endif |
| 32 | 32 | |
| 33 | -#include "opencv/cv.h" | |
| 33 | +#include <opencv/cv.h> | |
| 34 | 34 | |
| 35 | 35 | #if _MSC_VER >= 1200 |
| 36 | 36 | #pragma warning(default:4996) // re-enable the warnings disabled above | ... | ... |
README.md
debug.xcconfig
0 โ 100644
opencv.xcconfig
0 โ 100644