diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2015-06-12 14:56:02 -0700 |
---|---|---|
committer | Feng Xiao <xfxyjwf@gmail.com> | 2015-06-12 14:56:02 -0700 |
commit | 54a4cccb97e9314fbe7eeb5ccd603feb842167c1 (patch) | |
tree | 8c99d768e20da9c4306dcabfcfbe92ada46569c4 /cmake | |
parent | 68c8762b981a2bbd2b7df3c5565b32ba014c3e34 (diff) | |
parent | 2fe6d7bc5773b6888d0db80eca75e392b3549814 (diff) |
Merge pull request #481 from Qartar/master
Workaround for MSVC's string literal compiler limit.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/tests.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/tests.cmake b/cmake/tests.cmake index 24891521..8fb5eef1 100644 --- a/cmake/tests.cmake +++ b/cmake/tests.cmake @@ -25,6 +25,7 @@ set(tests_protos google/protobuf/unittest_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_empty.proto + google/protobuf/unittest_enormous_descriptor.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lite_imports_nonlite.proto |