1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

cmake: fix build of dnn tests with shared common code

- don't share .cpp files (PCH support is broken)
This commit is contained in:
Alexander Alekhin
2019-03-31 08:51:09 +00:00
parent 6316b3ed91
commit fcb07c64f3
4 changed files with 294 additions and 285 deletions
+6
View File
@@ -0,0 +1,6 @@
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#include "perf_precomp.hpp"
#include "../test/test_common.impl.hpp" // shared with accuracy tests