mirror of
https://github.com/janet-lang/janet
synced 2025-12-20 23:48:05 +00:00
Add janet_dep to meson build file.
This commit is contained in:
@@ -180,6 +180,10 @@ endforeach
|
|||||||
# Repl
|
# Repl
|
||||||
run_target('repl', command : [janet_nativeclient])
|
run_target('repl', command : [janet_nativeclient])
|
||||||
|
|
||||||
|
# For use as meson subproject (wrap)
|
||||||
|
janet_dep = declare_dependency(include_directories : incdir,
|
||||||
|
link_with : libjanet)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
install_man('janet.1')
|
install_man('janet.1')
|
||||||
install_headers('src/include/janet.h', 'src/include/janetconf.h', subdir: 'janet')
|
install_headers('src/include/janet.h', 'src/include/janetconf.h', subdir: 'janet')
|
||||||
|
|||||||
Reference in New Issue
Block a user