mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 14:06:27 +08:00
9 lines
239 B
C++
9 lines
239 B
C++
#include "opencv2/core/core_c.h"
|
|
#include "opencv2/core/internal.hpp"
|
|
#include "opencv2/ts/ts.hpp"
|
|
#include "cvconfig.h"
|
|
|
|
#ifdef GTEST_LINKED_AS_SHARED_LIBRARY
|
|
#error ts module should not have GTEST_LINKED_AS_SHARED_LIBRARY defined
|
|
#endif
|