diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-12-09 14:35:27 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-12-09 14:35:27 +0100 |
commit | 753b6eedd6dda787b813fa966987bf227c854ee0 (patch) | |
tree | ff7786122cdfd3835844e562eea2526efe12a5eb /gyp/install.gypi | |
parent | 917c0168abcb964d2b7f75ff7bae80e0b5e61c8c (diff) | |
download | qtlocation-mapboxgl-753b6eedd6dda787b813fa966987bf227c854ee0.tar.gz |
also install the version header
Diffstat (limited to 'gyp/install.gypi')
-rw-r--r-- | gyp/install.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/install.gypi b/gyp/install.gypi index 56591d27d4..5338bfed1b 100644 --- a/gyp/install.gypi +++ b/gyp/install.gypi @@ -16,7 +16,8 @@ { 'files': [ '<(PRODUCT_DIR)/libmbgl-core.a' ], 'destination': '<(install_prefix)/lib' }, { 'files': [ '<(PRODUCT_DIR)/libmbgl-headless.a' ], 'destination': '<(install_prefix)/lib' }, { 'files': [ '<(PRODUCT_DIR)/libmbgl-<(platform).a' ], 'destination': '<(install_prefix)/lib' }, - { 'files': [ '../include/mbgl' ], 'destination': '<(install_prefix)/include' } + { 'files': [ '../include/mbgl' ], 'destination': '<(install_prefix)/include' }, + { 'files': [ '<(SHARED_INTERMEDIATE_DIR)/include/mbgl/util/version.hpp' ], 'destination': '<(install_prefix)/include/mbgl/util' }, ], 'variables': { 'conditions': [ |