This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/tests/CMakeLists.txt

9 lines
119 B
CMake

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