projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix T53544: Crash drawing scene w/o world
[blender.git]
/
tests
/
CMakeLists.txt
diff --git
a/tests/CMakeLists.txt
b/tests/CMakeLists.txt
index 78262f54782116478a2fd7695b336c812762a64d..3ffd9db74e5ab1bf706f65820ea41c38f0ca94c0 100644
(file)
--- a/
tests/CMakeLists.txt
+++ b/
tests/CMakeLists.txt
@@
-1,4
+1,8
@@
# Python CTests
-add_subdirectory(python)
+if(WITH_BLENDER AND WITH_PYTHON)
+ add_subdirectory(python)
+endif()
+# GTest
+add_subdirectory(gtests)