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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-06-28 16:53:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-28 17:17:11 +0400
commit8df676904069a71496515117669f54751a36092d (patch)
treea1dd153e15828b20b185e7c34ec7c78664c5bdf6 /tests
parent4c83fae16dfe72c5086602fd4655827a8a18bbbb (diff)
CMake: update source files
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenlib/CMakeLists.txt2
-rw-r--r--tests/gtests/bmesh/CMakeLists.txt2
-rw-r--r--tests/gtests/guardedalloc/CMakeLists.txt2
-rw-r--r--tests/gtests/testing/CMakeLists.txt4
4 files changed, 6 insertions, 4 deletions
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}")