opencv/modules/gtest/CMakeLists.txt

5 lines
119 B
CMake
Raw Normal View History

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