diff --git a/lsp/bin/dune b/lsp/bin/dune index 9847398f2..6c2b237e6 100644 --- a/lsp/bin/dune +++ b/lsp/bin/dune @@ -4,7 +4,7 @@ (name test_metamodel) (modules test_metamodel) (libraries stdune yojson lsp_gen) - (deps metaModel.json) + (deps metamodel/metaModel.json) (action (run ./test_metamodel.exe %{deps})))