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:
authorHans Goudey <h.goudey@me.com>2021-12-01 23:08:42 +0300
committerHans Goudey <h.goudey@me.com>2021-12-01 23:08:42 +0300
commitfed4fc9c42d2f769d1e68a4573be22d1e36e710f (patch)
tree002be713ac25edf05008d898204ae5d6e47efca0 /source/blender/nodes/CMakeLists.txt
parent8ca838069943d0de559cfb40762dbc9d4ad0b790 (diff)
Cleanup: Move node_shader_util.c to C++
This will allow using a function I've declared in a C++ header.
Diffstat (limited to 'source/blender/nodes/CMakeLists.txt')
-rw-r--r--source/blender/nodes/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/CMakeLists.txt b/source/blender/nodes/CMakeLists.txt
index 03963e2f0d6..1253f75d9f3 100644
--- a/source/blender/nodes/CMakeLists.txt
+++ b/source/blender/nodes/CMakeLists.txt
@@ -248,7 +248,7 @@ set(SRC
shader/nodes/node_shader_wavelength.c
shader/nodes/node_shader_wireframe.c
shader/node_shader_tree.c
- shader/node_shader_util.c
+ shader/node_shader_util.cc
texture/nodes/node_texture_at.c
texture/nodes/node_texture_bricks.c