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:41:55 +0300
committerClément Foucault <foucault.clem@gmail.com>2020-07-26 18:28:48 +0300
commitcc7d5e1fe68470198fd6234f0518a9be8514656e (patch)
tree535ea1e800d4ee337d231ae3d400930d094c270f /source/blender/gpu/CMakeLists.txt
parentc276ef61d4ac52d40bbfc3fc82b84ed31fced49e (diff)
GPU: Move gpu_platform.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 dce49392e02..3c7ff51ea24 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -70,7 +70,7 @@ set(SRC
intern/gpu_material_library.c
intern/gpu_matrix.c
intern/gpu_node_graph.c
- intern/gpu_platform.c
+ intern/gpu_platform.cc
intern/gpu_primitive.c
intern/gpu_select.c
intern/gpu_select_pick.c