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:
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 94b27c8f916..c3ef9d18f13 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -62,7 +62,6 @@ set(SRC
intern/gpu_immediate.c
intern/gpu_immediate_util.c
intern/gpu_init_exit.c
- intern/gpu_lamp.c
intern/gpu_material.c
intern/gpu_matrix.c
intern/gpu_select.c
@@ -105,7 +104,6 @@ set(SRC
GPU_immediate.h
GPU_immediate_util.h
GPU_init_exit.h
- GPU_lamp.h
GPU_legacy_stubs.h
GPU_material.h
GPU_matrix.h
@@ -117,7 +115,6 @@ set(SRC
intern/gpu_codegen.h
intern/gpu_private.h
- intern/gpu_lamp_private.h
intern/gpu_select_private.h
intern/gpu_shader_private.h
)