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:
authorJeroen Bakker <jeroen@blender.org>2021-08-31 13:20:28 +0300
committerJeroen Bakker <jeroen@blender.org>2021-08-31 14:24:42 +0300
commita18d88213fbf0d123c254643e220f3db82f1f7b6 (patch)
tree872d4020d7162f73e6049360d1a03d4840f85d1b /source/blender/draw/CMakeLists.txt
parent3abf56db27a5c0e5a67ee7195ea40dabd8d3b0a7 (diff)
Cleanup: Converted draw_color_management to CPP.
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index 257eb80ae0b..8bf74dae7f8 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -91,7 +91,7 @@ set(SRC
intern/draw_cache_impl_particles.c
intern/draw_cache_impl_pointcloud.c
intern/draw_cache_impl_volume.c
- intern/draw_color_management.c
+ intern/draw_color_management.cc
intern/draw_common.c
intern/draw_debug.c
intern/draw_fluid.c