Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « gtests « tests - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3860ce3e6769869dfd7c69bb1252a72ee5d413a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# 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)
	add_subdirectory(guardedalloc)
	add_subdirectory(bmesh)
endif()