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