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>2017-06-03 01:53:47 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-06-03 01:54:01 +0300
commit2851e91db41c45806ca3ed87c8363c44b2d60521 (patch)
treefb4dfa6b5415a89a04f9a943f429ac840b84e568 /source/blender/draw/CMakeLists.txt
parent433bb91a378fb1053b345f37eac958ff682fbdb7 (diff)
Eevee: Cleanup. Group data functions into one file.
Diffstat (limited to 'source/blender/draw/CMakeLists.txt')
-rw-r--r--source/blender/draw/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt
index a8a6d3144ca..a7aabeb4662 100644
--- a/source/blender/draw/CMakeLists.txt
+++ b/source/blender/draw/CMakeLists.txt
@@ -80,6 +80,7 @@ set(SRC
modes/sculpt_mode.c
engines/basic/basic_engine.c
engines/clay/clay_engine.c
+ engines/eevee/eevee_data.c
engines/eevee/eevee_engine.c
engines/eevee/eevee_lights.c
engines/eevee/eevee_probes.c