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: eb83c172409b28af0c13e1ba407d643d58c670bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# GTest
if(WITH_TESTS)

	Include(GTestTesting)

	# Otherwise we get warnings here that we cant fix in external projects
	remove_strict_flags()

	add_subdirectory(testing)
	add_subdirectory(blenlib)
endif()