Add janet_dep to meson build file.

This commit is contained in:
Calvin Rose 2019-06-07 22:42:09 -04:00
parent bfc00b67bd
commit 6249f03367
1 changed files with 4 additions and 0 deletions

View File

@ -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')