summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpp/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index c394340..8830b7a 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -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 ()