blender/tests/gtests/CMakeLists.txt
2014-06-18 22:28:27 +06:00

14 lines
209 B
CMake

# 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()