Trying to build datastore and storage specialized api-s
However, I only manage to get
[ 21%] Built target googleapis_internal
[ 40%] Built target googleapis_utils
[ 57%] Built target googleapis_http
[ 58%] Built target googleapis_curl_http
[ 60%] Built target googleapis_json
[ 61%] Built target googleapis_jsoncpp
[ 63%] Built target googleapis_scribes
[ 65%] Built target googleapis_jsonplayback
[ 66%] Built target googleapis_oauth2
[ 67%] Built target googleapis_openssl_codec
[ 98%] Built target google_calendar_api
[100%] Built target calendar_sample
to work (after making a number of changes following Jan Stuhar's post). I have added
INCLUDE_DIRECTORIES(${GOOGLEAPIS_SERVICE_REPOSITORY_DIR}/apiname)
with apiname = datastore and apiname = storage
to the CMakeLists.txt in the main CMakeLists.txt file (in google-api-cpp-client folder)
Any ideas on what I am doing wrong?
Cheers, Mike