DAS
3.0
Das Analysis System
|
This folder contains files used by the CMake build system. They are briefly documented below:
This file is a helper script used to generate a (private) version header containing the git commit hash used when building the code. It is run by the generated Makefile
(or whatever build sytem you use). The corresponding logic is in src/CMakeLists.txt
.
This is a find module for libgit2
. It was copied with minor changes from Kde's extra-cmake-modules
repository. It uses the supporting file ECMFindModuleHelpers.cmake
.
This file is meant to be used as a CMake toolchain for CMSSW environments. It contains support for discovering a few libraries using scram
and the find_package
command (Boost, libgit2
, ROOT).