blender/tests/CMakeLists.txt
2019-04-17 06:35:54 +02:00

9 lines
119 B
CMake

# Python CTests
if(WITH_BLENDER AND WITH_PYTHON)
add_subdirectory(python)
endif()
# GTest
add_subdirectory(gtests)