diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-10-30 17:57:06 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-10-30 17:57:06 +0200 |
| commit | c5bb832c1880d0a0d55c3ba11cf97cc6dff6a78d (patch) | |
| tree | dced3401ffd5ee33acb7e54febec4f390ab2a4b8 /Software/External Repositories/Protobuf/CMake Command.txt | |
| parent | b0000c813d6dfac11cf041fca7de1928596f42ae (diff) | |
| download | Tango-c5bb832c1880d0a0d55c3ba11cf97cc6dff6a78d.tar.gz Tango-c5bb832c1880d0a0d55c3ba11cf97cc6dff6a78d.zip | |
Protobuf Compiler API first draft.
Added compiled protobuf & protobuf-c repositories.
Diffstat (limited to 'Software/External Repositories/Protobuf/CMake Command.txt')
| -rw-r--r-- | Software/External Repositories/Protobuf/CMake Command.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/External Repositories/Protobuf/CMake Command.txt b/Software/External Repositories/Protobuf/CMake Command.txt new file mode 100644 index 000000000..2b1c9f2ad --- /dev/null +++ b/Software/External Repositories/Protobuf/CMake Command.txt @@ -0,0 +1 @@ +cmake -G "Visual Studio 15" -DCMAKE_SYSTEM_VERSION=10.0.15063.0 -DCMAKE_EXE_LINKER_FLAGS="/LTCG" -DCMAKE_C_FLAGS="/GL" -DCMAKE_CXX_FLAGS="/GL" C:\protobuf\protobuf-3.4.1\cmake
\ No newline at end of file |
