opencv/modules/gtest/CMakeLists.txt
2010-12-28 16:24:23 +00:00

5 lines
119 B
CMake

if(BUILD_SHARED_LIBS)
add_definitions(-DGTEST_CREATE_SHARED_LIBRARY=1)
endif()
define_opencv_module(gtest opencv_core)