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: 64326f34377afc81de17e000c91cd7359b2f7729 (plain)
1
2
3
4
5
6
7
8

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

# GTest
add_subdirectory(gtests)