From: David Hotham Date: Sun, 14 Dec 2014 13:24:02 +0000 (+0000) Subject: Add missing header files to install X-Git-Tag: upstream/7.0.6~63 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibphonenumber.git;a=commitdiff_plain;h=ad7228a657835b5c1404868ebdf621f5c589f9d0 Add missing header files to install --- diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index f9f9134..3539b94 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -536,13 +536,18 @@ if (${BUILD_GEOCODER} STREQUAL "ON") endif () install ( - FILES "src/phonenumbers/base/basictypes.h" + FILES + "src/phonenumbers/base/basictypes.h" + "src/phonenumbers/base/template_util.h" + "src/phonenumbers/base/logging.h" + "src/phonenumbers/base/thread_checker.h" DESTINATION include/phonenumbers/base/ ) install (FILES "src/phonenumbers/base/memory/scoped_ptr.h" "src/phonenumbers/base/memory/singleton.h" + "src/phonenumbers/base/memory/singleton_posix.h" DESTINATION include/phonenumbers/base/memory/ )