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>2012-12-04 18:43:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-04 18:43:42 +0400
commit767bfba808b82eb4dcf0d9f27c1a6dd428b1447f (patch)
tree8fad4e01b349621dab619c0f8e81fc4aa5f665ab /intern/locale
parent41b6e700e09bd936227f1aec51f8cbfaf6ee864b (diff)
cmake was missing some header files.
Diffstat (limited to 'intern/locale')
-rw-r--r--intern/locale/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)