Merge branch 'jbuild_install_instructions' into 'master'
Add installation instructions in jbuild file for executables See merge request orbifx/logarion!2
This commit is contained in:
commit
1c7a98989b
@ -2,10 +2,12 @@
|
|||||||
|
|
||||||
(executable
|
(executable
|
||||||
((name logarion_cli)
|
((name logarion_cli)
|
||||||
|
(public_name logarion_cli)
|
||||||
(modules logarion_cli)
|
(modules logarion_cli)
|
||||||
(libraries (logarion logarion.file lwt.unix re.str cmdliner))))
|
(libraries (logarion logarion.file lwt.unix re.str cmdliner))))
|
||||||
|
|
||||||
(executable
|
(executable
|
||||||
((name logarion_webserver)
|
((name logarion_webserver)
|
||||||
|
(public_name logarion_webserver)
|
||||||
(modules logarion_webserver)
|
(modules logarion_webserver)
|
||||||
(libraries (logarion logarion.converters lwt.unix opium uri re.str tyxml))))
|
(libraries (logarion logarion.converters lwt.unix opium uri re.str tyxml))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user