Skip to content

Example program that embeds janet using the Meson build system.

License

Notifications You must be signed in to change notification settings

janet-lang/meson-janet-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example program that embeds janet using the Meson build system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published