cabal-bundle-clib-0.1.0: Bundling C/C++ projects in Cabal package made easy

Safe HaskellNone
LanguageHaskell2010

Development.CabalBundleCLib

Documentation

mainWithCLib Source #

Arguments

:: FilePath

c project root

-> [String]

bundled libraries

-> [FilePath]

parent dirs of libraries (relative to build root)

-> (BuildAction -> BuildDirs -> IO ())

builder The three FilePaths are source dir, build dir and installation dir, respectively

-> IO ()