summaryrefslogtreecommitdiff
path: root/guix/build/cmake-build-system.scm
AgeCommit message (Expand)Author
2013-11-28build-system/cmake: Build out of source tree by default.•••* 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. Ludovic Courtès
2013-10-13guix: Make cmake build system aware of usual paths.•••* guix/build/cmake-build-system.scm (configure): Set CMAKE_LIBRARY_PATH to LIBRARY_PATH and CMAKE_INCLUDE_PATH to CPATH. Andreas Enge
2013-03-28Add (guix build-system cmake).•••* guix/build/cmake-build-system.scm, guix/build-system/cmake.scm: New files. * Makefile.am (MODULES): Add them. Cyril Roelandt