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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-17 07:35:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 07:35:54 +0300
commit3076d95ba441cd32706a27d18922a30f8fd28b8a (patch)
tree1c4f33b41c3d6d94a738e598c95423cdcfa8a34d /extern/gtest
parent91a9cd0a94000047248598394c41ac30f893f147 (diff)
Cleanup: use 2 space indentation for CMake
Diffstat (limited to 'extern/gtest')
-rw-r--r--extern/gtest/CMakeLists.txt66
1 files changed, 33 insertions, 33 deletions
diff --git a/extern/gtest/CMakeLists.txt b/extern/gtest/CMakeLists.txt
index f33e012b0f4..056b32cc99e 100644
--- a/extern/gtest/CMakeLists.txt
+++ b/extern/gtest/CMakeLists.txt
@@ -20,14 +20,14 @@
# avoid noisy warnings
if(CMAKE_COMPILER_IS_GNUCC)
- remove_cc_flag(
- "-Wmissing-declarations"
- )
+ remove_cc_flag(
+ "-Wmissing-declarations"
+ )
endif()
set(INC
- .
- include
+ .
+ include
)
set(INC_SYS
@@ -35,35 +35,35 @@ set(INC_SYS
)
set(SRC
- src/gtest.cc
- src/gtest-death-test.cc
- src/gtest-filepath.cc
- src/gtest-port.cc
- src/gtest-printers.cc
- src/gtest-test-part.cc
- src/gtest-typed-test.cc
+ src/gtest.cc
+ src/gtest-death-test.cc
+ src/gtest-filepath.cc
+ src/gtest-port.cc
+ src/gtest-printers.cc
+ src/gtest-test-part.cc
+ src/gtest-typed-test.cc
- src/gtest-internal-inl.h
- include/gtest/gtest-death-test.h
- include/gtest/gtest.h
- include/gtest/gtest-message.h
- include/gtest/gtest-param-test.h
- include/gtest/gtest_pred_impl.h
- include/gtest/gtest-printers.h
- include/gtest/gtest_prod.h
- include/gtest/gtest-spi.h
- include/gtest/gtest-test-part.h
- include/gtest/gtest-typed-test.h
- include/gtest/internal/gtest-death-test-internal.h
- include/gtest/internal/gtest-filepath.h
- include/gtest/internal/gtest-internal.h
- include/gtest/internal/gtest-linked_ptr.h
- include/gtest/internal/gtest-param-util-generated.h
- include/gtest/internal/gtest-param-util.h
- include/gtest/internal/gtest-port.h
- include/gtest/internal/gtest-string.h
- include/gtest/internal/gtest-tuple.h
- include/gtest/internal/gtest-type-util.h
+ src/gtest-internal-inl.h
+ include/gtest/gtest-death-test.h
+ include/gtest/gtest.h
+ include/gtest/gtest-message.h
+ include/gtest/gtest-param-test.h
+ include/gtest/gtest_pred_impl.h
+ include/gtest/gtest-printers.h
+ include/gtest/gtest_prod.h
+ include/gtest/gtest-spi.h
+ include/gtest/gtest-test-part.h
+ include/gtest/gtest-typed-test.h
+ include/gtest/internal/gtest-death-test-internal.h
+ include/gtest/internal/gtest-filepath.h
+ include/gtest/internal/gtest-internal.h
+ include/gtest/internal/gtest-linked_ptr.h
+ include/gtest/internal/gtest-param-util-generated.h
+ include/gtest/internal/gtest-param-util.h
+ include/gtest/internal/gtest-port.h
+ include/gtest/internal/gtest-string.h
+ include/gtest/internal/gtest-tuple.h
+ include/gtest/internal/gtest-type-util.h
)
set(LIB