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:
authorCampbell Barton <ideasman42@gmail.com>2019-08-14 18:12:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-14 18:32:46 +0300
commitc5c4012b107c03dac2ebff321fd36c57c2c7d051 (patch)
tree87971ee51f36bcdbe1140a7b3a0503a9180d48e6 /source/blender/windowmanager/CMakeLists.txt
parent9bc10c1f542d3fee601ea35536a3375367cf3652 (diff)
Cleanup: split out splash screen into own file
`wm_operators.c` is mainly for generic operator logic where as the splash screen is one of a kind.
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index 64f506f03a8..ddd0ddb46da 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -69,6 +69,7 @@ set(SRC
intern/wm_operators.c
intern/wm_panel_type.c
intern/wm_playanim.c
+ intern/wm_splash_screen.c
intern/wm_stereo.c
intern/wm_subwindow.c
intern/wm_toolsystem.c