From eaac6cbcd9428533273091710759106131f92340 Mon Sep 17 00:00:00 2001 From: Howard Trickey Date: Thu, 19 Jun 2014 11:49:09 -0400 Subject: Add a bmesh_core_test, a start at testing bmesh functionality. Needed to make the blender link libraries a global property now that tests are parallel to source directory. Current sort order for blender link libraries doesn't work for tests that start with few defined symbols. Doubling the lib list works, but a TODO to find a better way (probably using CMake's own mechanism for tracking dependencies). --- tests/gtests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/gtests/CMakeLists.txt') diff --git a/tests/gtests/CMakeLists.txt b/tests/gtests/CMakeLists.txt index 317f030a658..a3860ce3e67 100644 --- a/tests/gtests/CMakeLists.txt +++ b/tests/gtests/CMakeLists.txt @@ -10,5 +10,6 @@ if(WITH_GTESTS) add_subdirectory(testing) add_subdirectory(blenlib) add_subdirectory(guardedalloc) + add_subdirectory(bmesh) endif() -- cgit v1.2.3