1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Compile the parsers into the library.

This commit is contained in:
Rob Rix 2015-12-17 13:10:14 -05:00
parent 09b9defa2d
commit 2d0e030c23

View File

@ -40,6 +40,8 @@ library
ghc-options: -Wall -fno-warn-name-shadowing
include-dirs: prototype/External/tree-sitter/include
c-sources: src/bridge.c
, prototype/External/tree-sitter-c/src/parser.c
, prototype/External/tree-sitter-javascript/src/parser.c
executable semantic-diff-exe
hs-source-dirs: app