Browse Source

Fixing build of geocoding library by forcing the proto buffer files to be generated.

pull/567/head
Lara Scheidegger 13 years ago
committed by Mihaela Rosca
parent
commit
ff32d2653c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cpp/CMakeLists.txt

+ 1
- 0
cpp/CMakeLists.txt View 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 ()


Loading…
Cancel
Save