From 93e583408af5f41f9dde324f198e47fa94e1881e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 30 Aug 2020 17:31:48 +0200 Subject: Peer connection through ICE --- erebos.cabal | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index de8f7ef..7012f71 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -16,9 +16,10 @@ extra-source-files: CHANGELOG.md cabal-version: >=1.10 executable erebos - ghc-options: -Wall + ghc-options: -Wall -threaded main-is: Main.hs other-modules: Attach + ICE Identity, Channel, Contact @@ -79,3 +80,8 @@ executable erebos zlib >=0.6 && <0.7 hs-source-dirs: src default-language: Haskell2010 + c-sources: src/ICE/pjproject.c + includes: src/ICE/pjproject.h + include-dirs: src/ICE + build-tools: c2hs + pkgconfig-depends: libpjproject >= 2.9 -- cgit v1.2.3