automerge/automerge-c/examples
2022-06-05 14:28:33 -07:00
..
CMakeLists.txt Added a port of the Rust quickstart example. 2022-05-04 01:04:43 -05:00
quickstart.c Compensate for the removal of the AMchanges.ptr 2022-06-05 14:28:33 -07: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