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>2022-01-06 05:54:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:54 +0300
commited68e18c1c45aea07ec17c0b0dcdc109ad7492db (patch)
treeca23e6a1f0f69cef50d6bf8eacfefc867e09452a /source/blender/draw/CMakeLists.txt
parent2ee37e9031ecd824526e0bb466d9ecea43a12671 (diff)
Cleanup: remove unnecessary slashes and quotes from paths in CMake
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index eea3adc440a..b0e0702f50a 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -553,8 +553,8 @@ if(WITH_GTESTS)
tests/draw_testing.hh
)
set(TEST_INC
- "../../../intern/ghost/"
- "../gpu/tests/"
+ ../../../intern/ghost
+ ../gpu/tests
)
set(TEST_LIB
)