blender/tests/CMakeLists.txt
Campbell Barton b48815a9b7 Cleanup: use prefix for tests
Allows for running all `bmesh_*` or `object_*` tests.
2018-02-14 16:02:21 +11:00

9 lines
118 B
CMake

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