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-05-05 10:33:10 +0300
committerCampbell Barton <campbell@blender.org>2022-05-05 10:33:43 +0300
commit8b54e05e33cc00c072d50e2e4a9d53a786cc712d (patch)
tree9cf1310201924a59774b662a03305eb2e8c9223d /source/blender/python
parenteb837ba17eb5bc53de98972ab1f0b9aa30658e19 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/gpu/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/gpu/CMakeLists.txt b/source/blender/python/gpu/CMakeLists.txt
index e726cb7883d..8ccb29beb13 100644
--- a/source/blender/python/gpu/CMakeLists.txt
+++ b/source/blender/python/gpu/CMakeLists.txt
@@ -29,8 +29,8 @@ set(SRC
gpu_py_offscreen.c
gpu_py_platform.c
gpu_py_select.c
- gpu_py_shader_create_info.cc
gpu_py_shader.c
+ gpu_py_shader_create_info.cc
gpu_py_state.c
gpu_py_texture.c
gpu_py_types.c