Add missing header files to install
authorDavid Hotham <david.hotham@metaswitch.com>
Sun, 14 Dec 2014 13:24:02 +0000 (13:24 +0000)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 9 Jun 2015 11:43:23 +0000 (20:43 +0900)
cpp/CMakeLists.txt

index f9f9134..3539b94 100644 (file)
@@ -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/
 )