Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « tests - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ffd9db74e5ab1bf706f65820ea41c38f0ca94c0 (plain)
1
2
3
4
5
6
7
8

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

# GTest
add_subdirectory(gtests)