Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-07-29 19:34:33 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-07-29 23:19:30 +0300
commitac655be0e328dc2390a70a6593b03ab9fb867a22 (patch)
treefced1accdb962dca1d4f0e117a6bc13a59f96a3e /extern/CMakeLists.txt
parentc6f468d8ed3ef81673267ce5b3660a0e871b92cd (diff)
Add GMock library which is responsive for dealing with mock objects
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index b046e9626b6..45aa4a9d94d 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -105,6 +105,7 @@ endif()
if(WITH_GTESTS)
add_subdirectory(gtest)
+ add_subdirectory(gmock)
endif()
if(WITH_SDL AND WITH_SDL_DYNLOAD)