automerge/automerge-c/examples
2022-05-04 01:04:43 -05:00
..
CMakeLists.txt Added a port of the Rust quickstart example. 2022-05-04 01:04:43 -05:00
quickstart.c Added a port of the Rust quickstart example. 2022-05-04 01:04:43 -05:00
README.md Added a port of the Rust quickstart example. 2022-05-04 01:04:43 -05:00

Automerge C examples

Quickstart

cmake -E make_directory automerge-c/build
cmake -S automerge-c -B automerge-c/build
cmake --build automerge-c/build --target example_quickstart