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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-12-04 18:43:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-04 18:43:42 +0400
commit767bfba808b82eb4dcf0d9f27c1a6dd428b1447f (patch)
tree8fad4e01b349621dab619c0f8e81fc4aa5f665ab /intern
parent41b6e700e09bd936227f1aec51f8cbfaf6ee864b (diff)
cmake was missing some header files.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/CMakeLists.txt3
-rw-r--r--intern/locale/CMakeLists.txt2
2 files changed, 4 insertions, 1 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index bf5f791a245..dce417704cc 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -54,6 +54,7 @@ set(SRC_HEADERS
util_path.h
util_progress.h
util_set.h
+ util_stats.h
util_string.h
util_system.h
util_task.h
@@ -61,8 +62,8 @@ set(SRC_HEADERS
util_time.h
util_transform.h
util_types.h
- util_view.h
util_vector.h
+ util_view.h
util_xml.h
)
diff --git a/intern/locale/CMakeLists.txt b/intern/locale/CMakeLists.txt
index 3187639c844..1f14a0e7a6a 100644
--- a/intern/locale/CMakeLists.txt
+++ b/intern/locale/CMakeLists.txt
@@ -32,6 +32,8 @@ set(INC_SYS
set(SRC
boost_locale_wrapper.cpp
+
+ boost_locale_wrapper.h
)
if(WITH_INTERNATIONAL)