projects
/
blender.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into blender2.8
[blender.git]
/
tests
/
CMakeLists.txt
1
2
# Python CTests
3
if(WITH_BLENDER AND WITH_PYTHON)
4
add_subdirectory(python)
5
endif()
6
7
# GTest
8
add_subdirectory(gtests)