You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/setup_env.md
+70Lines changed: 70 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,72 @@ Since the FetchContent feature of CMake is required for fetching third-party dep
82
82
./run_examples_cmake.sh
83
83
```
84
84
85
+
3. **How to use tRPC-Cpp**
86
+
87
+
a. (Recommend) Use as external source code
88
+
89
+
We recommend this as it can easily switch tRPC-Cpp version to the lastest and the libs framework depends on can also be imported via a simple SDK target named `trpc`.
90
+
91
+
For example, you can import in CMakeLists.txt in this way:
0 commit comments