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:
authorClément Foucault <foucault.clem@gmail.com>2020-07-25 19:29:41 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-07-26 18:28:48 +0300
commit7b4a21077ab1f08a9109c167359946822ead32b6 (patch)
tree1966d56f0e988d95d75d6b833c6a36ebfa79820d /source/blender/gpu/CMakeLists.txt
parentd3cecc5007c5f22e71ab3ab58e9ce9489a01ce03 (diff)
GPU: Move gpu_batch.c to C++
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 51e484d65bf..eef1346405d 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -52,8 +52,8 @@ set(INC_SYS
)
set(SRC
- intern/gpu_batch.c
intern/gpu_attr_binding.cc
+ intern/gpu_batch.cc
intern/gpu_batch_presets.c
intern/gpu_batch_utils.c
intern/gpu_buffers.c