From 8df676904069a71496515117669f54751a36092d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 28 Jun 2014 22:53:43 +1000 Subject: CMake: update source files --- tests/gtests/blenlib/CMakeLists.txt | 2 +- tests/gtests/bmesh/CMakeLists.txt | 2 +- tests/gtests/guardedalloc/CMakeLists.txt | 2 +- tests/gtests/testing/CMakeLists.txt | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) (limited to 'tests/gtests') diff --git a/tests/gtests/blenlib/CMakeLists.txt b/tests/gtests/blenlib/CMakeLists.txt index 4980ca2e8ad..45bbcbd4097 100644 --- a/tests/gtests/blenlib/CMakeLists.txt +++ b/tests/gtests/blenlib/CMakeLists.txt @@ -23,7 +23,7 @@ set(INC . - ../ + .. ../../../source/blender/blenlib ../../../intern/guardedalloc ) diff --git a/tests/gtests/bmesh/CMakeLists.txt b/tests/gtests/bmesh/CMakeLists.txt index b1166a67bcd..b62141e5984 100644 --- a/tests/gtests/bmesh/CMakeLists.txt +++ b/tests/gtests/bmesh/CMakeLists.txt @@ -23,7 +23,7 @@ set(INC . - ../ + .. ../../../source/blender/blenlib ../../../source/blender/makesdna ../../../source/blender/bmesh diff --git a/tests/gtests/guardedalloc/CMakeLists.txt b/tests/gtests/guardedalloc/CMakeLists.txt index c09f8729ab0..394bc0b6700 100644 --- a/tests/gtests/guardedalloc/CMakeLists.txt +++ b/tests/gtests/guardedalloc/CMakeLists.txt @@ -23,7 +23,7 @@ set(INC . - ../ + .. ../../../intern/guardedalloc ) diff --git a/tests/gtests/testing/CMakeLists.txt b/tests/gtests/testing/CMakeLists.txt index 93a3049efd8..0e5da492ed2 100644 --- a/tests/gtests/testing/CMakeLists.txt +++ b/tests/gtests/testing/CMakeLists.txt @@ -23,7 +23,7 @@ set(INC . - ../ + .. ../../../extern/libmv/third_party/gflags ../../../extern/gtest/include ) @@ -43,6 +43,8 @@ set(INC_SYS set(SRC testing_main.cc + + testing.h ) blender_add_lib(bf_testing_main "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3