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 <campbell@blender.org>2022-10-03 04:09:34 +0300
committerCampbell Barton <campbell@blender.org>2022-10-03 04:13:01 +0300
commitcbfd2aaeb7806ee83b4b01215997ee310690dcb1 (patch)
tree306f529a4ce808ecd5ab02d8cdce25d6e1344a5d /source/blender/blenlib/tests
parentb1a672f541c7ce541bb0243f24429d9cc91c9fc2 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/blenlib/tests')
-rw-r--r--source/blender/blenlib/tests/performance/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/tests/performance/CMakeLists.txt b/source/blender/blenlib/tests/performance/CMakeLists.txt
index 722fd44733a..aa26f796e0d 100644
--- a/source/blender/blenlib/tests/performance/CMakeLists.txt
+++ b/source/blender/blenlib/tests/performance/CMakeLists.txt
@@ -6,8 +6,8 @@ set(INC
..
../..
../../../makesdna
- ../../../../../intern/guardedalloc
../../../../../intern/atomic
+ ../../../../../intern/guardedalloc
)
include_directories(${INC})