diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2020-08-30 17:31:48 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2020-10-17 21:08:05 +0200 |
commit | 93e583408af5f41f9dde324f198e47fa94e1881e (patch) | |
tree | cbe367236542e64571ce5cbf509d5ef9d515272c /erebos.cabal | |
parent | 1eeb5cba2d3bbe07a19af65cb68375a9112ca8b8 (diff) |
Peer connection through ICE
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 8 |
1 files changed, 7 insertions, 1 deletions
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 |