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>2020-07-16 06:17:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-16 06:17:31 +0300
commit123e29c27494663452e24b96087ea1e1a86d6ea8 (patch)
tree4f15dec813e40c9a15e3323b98d886ea1649644f /intern/sky
parent54abab53bfd83e4ff4954f2d86b1916740a6a57c (diff)
Cleanup: missing CMake headers from source lists
Diffstat (limited to 'intern/sky')
-rw-r--r--intern/sky/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/sky/CMakeLists.txt b/intern/sky/CMakeLists.txt
index d46880367dc..f67941605aa 100644
--- a/intern/sky/CMakeLists.txt
+++ b/intern/sky/CMakeLists.txt
@@ -27,6 +27,10 @@ set(INC_SYS
set(SRC
source/sky_model.cpp
source/sky_nishita.cpp
+
+ include/sky_model.h
+ source/sky_float3.h
+ source/sky_model_data.h
)
set(LIB