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

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