Add cv::String class

This commit is contained in:
Andrey Kamaev
2013-03-20 13:00:04 +04:00
parent ec15d6f383
commit 14bb4cbe1e
7 changed files with 713 additions and 19 deletions

View File

@@ -507,6 +507,8 @@ macro(ocv_create_module)
)
endif()
set_target_properties(${the_module} PROPERTIES COMPILE_DEFINITIONS OPENCV_NOSTL)
if(BUILD_SHARED_LIBS)
if(MSVC)
set_target_properties(${the_module} PROPERTIES DEFINE_SYMBOL CVAPI_EXPORTS)