summaryrefslogtreecommitdiff
path: root/guix/build/cmake-build-system.scm
AgeCommit message (Expand)Author
2020-01-26build-system/cmake: Specify C++ compiler when cross-compiling.Marius Bakke
2018-03-16build-system/cmake: Use invoke instead of system*.Mark H Weaver
2018-03-11build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès
2017-12-19guix: cmake-build-system: Install libraries to /lib.Efraim Flashner
2017-05-30build-system/cmake: Add support for cross compilation.Ricardo Wurmus
2016-11-15guxi: cmake-build-system: Enable output for failing test-cases.Hartmut Goebel
2015-03-31utils: 'modify-phases' no longer introduces quotes.Ludovic Courtès
2015-03-14gnu: cmake: Add CMAKE_PREFIX_PATH as a native search path, and dropAndreas Enge
2015-02-27build-system/cmake: Enable verbose output from Makefile builds.宋文武
2015-02-26build-system: Use 'modify-phases'.Ludovic Courtès
2014-10-04build-system/cmake: Add #:build-type parameter, default to "RelWithDebInfo".Ludovic Courtès
2014-09-23Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.Mark H Weaver
2014-04-27guix: cmake: Add input and package libraries to the rpath, and adapt packageAndreas Enge
2013-11-28build-system/cmake: Build out of source tree by default.Ludovic Courtès
2013-10-13guix: Make cmake build system aware of usual paths.Andreas Enge
2013-03-28Add (guix build-system cmake).Cyril Roelandt