summaryrefslogtreecommitdiff
path: root/guix/build/cmake-build-system.scm
Commit message (Collapse)AuthorAge
* build-system/cmake: Build out of source tree by default.Ludovic Courtès2013-11-28
| | | | | | | * guix/build-system/cmake.scm (cmake-build): Change 'out-of-source?' to default to #t. * guix/build/cmake-build-system.scm (configure): Add 'out-of-source?' keyword parameter and honor it.
* guix: Make cmake build system aware of usual paths.Andreas Enge2013-10-13
| | | | | * guix/build/cmake-build-system.scm (configure): Set CMAKE_LIBRARY_PATH to LIBRARY_PATH and CMAKE_INCLUDE_PATH to CPATH.
* Add (guix build-system cmake).Cyril Roelandt2013-03-28
* guix/build/cmake-build-system.scm, guix/build-system/cmake.scm: New files. * Makefile.am (MODULES): Add them.