precomp.hpp 217 Bytes
Newer Older
1
#include "opencv2/core/core_c.h"
2
#include "opencv2/core/internal.hpp"
3
#include "opencv2/ts/ts.hpp"
4

5
#ifdef GTEST_LINKED_AS_SHARED_LIBRARY
6 7
#error ts module should not have GTEST_LINKED_AS_SHARED_LIBRARY defined
#endif