diff options
| -rw-r--r-- | ide/dune | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -23,6 +23,11 @@ (libraries coq.toplevel coqide-server.protocol) (link_flags -linkall)) +(install + (section bin) + (package coqide-server) + (files (idetop.bc as coqidetop.byte))) + ; IDE Client (library (name coqide_gui) |
