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: 93bebaed4b24db94d7560aaaf51fe8d48b5366bd (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)