mirror of
https://github.com/opencv/opencv.git
synced 2025-06-24 04:36:26 +08:00
12 lines
349 B
C++
12 lines
349 B
C++
#include "opencv2/ts.hpp"
|
|
#include <opencv2/core/utils/logger.hpp>
|
|
#include "opencv2/core/utils/configuration.private.hpp"
|
|
#include "opencv2/core/utility.hpp"
|
|
#if !defined(__EMSCRIPTEN__)
|
|
#include "opencv2/core/private.hpp"
|
|
#endif
|
|
|
|
#ifdef GTEST_LINKED_AS_SHARED_LIBRARY
|
|
#error ts module should not have GTEST_LINKED_AS_SHARED_LIBRARY defined
|
|
#endif
|