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:
Diffstat (limited to 'tests/gtests/CMakeLists.txt')
-rw-r--r--tests/gtests/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/gtests/CMakeLists.txt b/tests/gtests/CMakeLists.txt
new file mode 100644
index 00000000000..eb83c172409
--- /dev/null
+++ b/tests/gtests/CMakeLists.txt
@@ -0,0 +1,13 @@
+
+# GTest
+if(WITH_TESTS)
+
+ Include(GTestTesting)
+
+ # Otherwise we get warnings here that we cant fix in external projects
+ remove_strict_flags()
+
+ add_subdirectory(testing)
+ add_subdirectory(blenlib)
+endif()
+