Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
e0659a59
Commit
e0659a59
authored
Aug 06, 2013
by
Andrey Pavlenko
Committed by
OpenCV Buildbot
Aug 06, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1231 from SpecLad:static-ts
parents
2911b121
13145884
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
17 deletions
+1
-17
CMakeLists.txt
modules/ts/CMakeLists.txt
+1
-10
ts.hpp
modules/ts/include/opencv2/ts/ts.hpp
+0
-7
No files found.
modules/ts/CMakeLists.txt
View file @
e0659a59
...
...
@@ -4,10 +4,7 @@ if(IOS)
ocv_module_disable
(
ts
)
endif
()
if
(
MINGW
)
set
(
OPENCV_MODULE_TYPE STATIC
)
endif
()
set
(
OPENCV_MODULE_TYPE STATIC
)
set
(
OPENCV_MODULE_IS_PART_OF_WORLD FALSE
)
if
(
HAVE_CUDA
)
...
...
@@ -22,10 +19,4 @@ ocv_glob_module_sources()
ocv_module_include_directories
()
ocv_create_module
()
if
(
BUILD_SHARED_LIBS AND NOT MINGW
)
add_definitions
(
-DGTEST_CREATE_SHARED_LIBRARY=1
)
else
()
add_definitions
(
-DGTEST_CREATE_SHARED_LIBRARY=0
)
endif
()
ocv_add_precompiled_headers
(
${
the_module
}
)
modules/ts/include/opencv2/ts/ts.hpp
View file @
e0659a59
#ifndef __OPENCV_GTESTCV_HPP__
#define __OPENCV_GTESTCV_HPP__
#include "cvconfig.h"
#ifndef GTEST_CREATE_SHARED_LIBRARY
#ifdef BUILD_SHARED_LIBS
#define GTEST_LINKED_AS_SHARED_LIBRARY 1
#endif
#endif
#include <stdarg.h> // for va_list
#ifdef HAVE_WINRT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment