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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-12-24 23:42:58 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-12-24 23:42:58 +0300
commit26c7be71d746247e56327f7abb4ff59bf40f6cc8 (patch)
tree1bd7ad5266fcbea34647e8cb5572e86f599369cf /source/blender/nodes/shader/CMakeLists.txt
parent291d2a2222fc98fdf18b5c250e289a2213acc4d8 (diff)
Nodes: Migrate bump shader node to cpp
Needed for D13496
Diffstat (limited to 'source/blender/nodes/shader/CMakeLists.txt')
-rw-r--r--source/blender/nodes/shader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/CMakeLists.txt b/source/blender/nodes/shader/CMakeLists.txt
index 7d99c233197..311b7f75d00 100644
--- a/source/blender/nodes/shader/CMakeLists.txt
+++ b/source/blender/nodes/shader/CMakeLists.txt
@@ -58,7 +58,7 @@ set(SRC
nodes/node_shader_bsdf_translucent.c
nodes/node_shader_bsdf_transparent.c
nodes/node_shader_bsdf_velvet.c
- nodes/node_shader_bump.c
+ nodes/node_shader_bump.cc
nodes/node_shader_camera.c
nodes/node_shader_clamp.cc
nodes/node_shader_common.c