diff options
author | mustiikhalil <mustii@mmk.one> | 2021-02-26 01:38:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 14:38:12 -0800 |
commit | 8142fedd196e20d24c48485396821b12034e7eb9 (patch) | |
tree | efc31d19a822e6fa11e69d31c3b16ccce4aa6a18 /CMakeLists.txt | |
parent | c0be1cb7a51f1c50e057469de94f3a3bb7dfcb64 (diff) | |
download | flatbuffers-8142fedd196e20d24c48485396821b12034e7eb9.tar.gz flatbuffers-8142fedd196e20d24c48485396821b12034e7eb9.tar.bz2 flatbuffers-8142fedd196e20d24c48485396821b12034e7eb9.zip |
Working on a python example plus fixing python grpc code (#6456)
Refactored python grpc code gen
Adds example server & client + fixes ci
Fixes generated code
Making sure we encode the reply string as utf8
Adds Readme details to clarify issue regarding encoding when python is sending/receiving
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f56f844f..ba14f7c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,6 @@ set(FlatBuffers_Compiler_SRCS grpc/src/compiler/java_generator.h grpc/src/compiler/java_generator.cc grpc/src/compiler/python_generator.h - grpc/src/compiler/python_private_generator.h grpc/src/compiler/python_generator.cc grpc/src/compiler/swift_generator.h grpc/src/compiler/swift_generator.cc |