RPC call (#2)

This commit is contained in:
2026-02-11 00:01:15 -05:00
committed by GitHub
parent 33c3ebad53
commit f9aefe11d8
10 changed files with 105 additions and 2 deletions

3
examples/rpc_call/build.sh Executable file
View File

@@ -0,0 +1,3 @@
conan install . --build=missing --output-folder=build -s build_type=Release
cmake -S . -B "build" -DCMAKE_TOOLCHAIN_FILE="build/conan_toolchain.cmake" -DCMAKE_BUILD_TYPE="Release"
cmake --build "./build" --config "Release"