projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix compilation error when building without Blender
[blender-staging.git]
/
tests
/
CMakeLists.txt
1
2
# Python CTests
3
if(WITH_BLENDER)
4
add_subdirectory(python)
5
endif()
6
7
# GTest
8
add_subdirectory(gtests)