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-28 20:26:54 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-07-29 16:03:02 +0300
commit18d2db22ff12ca0fbe04ee94737176a2908127e7 (patch)
tree0b58bcd8d7caac3ea112a9036bb8fb7c3c01c86f /source/blender/gpu/CMakeLists.txt
parent45d61bdc03f77dad91dfc988b6c1c43a7dcb06da (diff)
GPU: Move gpu_state.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 28f4f913f94..de57bc012e0 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -77,7 +77,7 @@ set(SRC
intern/gpu_select_sample_query.c
intern/gpu_shader.c
intern/gpu_shader_interface.c
- intern/gpu_state.c
+ intern/gpu_state.cc
intern/gpu_texture.cc
intern/gpu_texture_image.cc
intern/gpu_texture_smoke.cc