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

13 lines
327 B
CMake

# SPDX-License-Identifier: GPL-2.0-or-later
if(WITH_GTESTS)
# Otherwise we get warnings here that we can't fix in external projects
remove_strict_flags()
# Build common test executable used by most tests
add_subdirectory(runner)
# Build utility library used by test executables
add_subdirectory(testing)
endif()