Fixing build of geocoding library by forcing the proto buffer files to be generated.
authorlararennie@google.com <lararennie@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 1 Feb 2013 14:51:57 +0000 (14:51 +0000)
committerlararennie@google.com <lararennie@google.com@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 1 Feb 2013 14:51:57 +0000 (14:51 +0000)
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@555 ee073f10-1060-11df-b6a4-87a95322a99c

cpp/CMakeLists.txt

index c394340..8830b7a 100644 (file)
@@ -201,6 +201,7 @@ if (${BUILD_GEOCODER} STREQUAL "ON")
     "src/phonenumbers/geocoding/geocoding_data.cc"
     "src/phonenumbers/geocoding/mapping_file_provider.cc"
     "src/phonenumbers/geocoding/phonenumber_offline_geocoder.cc"
+    "src/phonenumbers/phonenumber.pb.h"  # Forces proto buffer generation.
   )
 endif ()