Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 604 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 604 Bytes

Meson Janet Client Example

This project is an example of how to use Janet as a dependency in a project that is using the Meson build system. Janet is a subproject and is automatically fetched from git when building via meson. If janet has been installed on the build machine, Meson will use that copy instead. This behavior can easily be changed.

For more information, see the manual page on Meson subprojects.

Building

meson setup build
ninja -C build

Running

./build/client