From 767bfba808b82eb4dcf0d9f27c1a6dd428b1447f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Dec 2012 14:43:42 +0000 Subject: cmake was missing some header files. --- intern/locale/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/locale') 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) -- cgit v1.2.3