blender/tests/gtests/CMakeLists.txt

14 lines
209 B
CMake
Raw Normal View History

# GTest
if(WITH_GTESTS)
Include(GTestTesting)
# Otherwise we get warnings here that we cant fix in external projects
remove_strict_flags()
add_subdirectory(testing)
add_subdirectory(blenlib)
endif()