diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-08-08 18:40:51 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-08-08 18:40:51 -0700 |
commit | d9a8fb207e0c1792cdabb80dbd442fbba0958371 (patch) | |
tree | 80936419469818e1f1cde1bbf006cf9eedb7c87a /templates/vsprojects | |
parent | 448672ea2a321cc891eb7f0483d5e5e995b79054 (diff) |
add protobuf.props to plugin projects
Diffstat (limited to 'templates/vsprojects')
-rw-r--r-- | templates/vsprojects/vcxproj_defs.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vsprojects/vcxproj_defs.include b/templates/vsprojects/vcxproj_defs.include index 507c9a5204..b1ed89897f 100644 --- a/templates/vsprojects/vcxproj_defs.include +++ b/templates/vsprojects/vcxproj_defs.include @@ -23,7 +23,7 @@ props.extend(['cpptest']) if configuration_type == 'Application': if target.build == 'protoc': - props.extend(['protoc']) + props.extend(['protoc', 'protobuf']) else: props.extend(['winsock', 'protobuf', 'zlib', 'openssl']) else: |