Skip to content
Snippets Groups Projects
Forked from LHCb / Moore
8034 commits behind, 3 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 627 B
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)

#---------------------------------------------------------------
# Load macros and functions for Gaudi-based projects
find_package(GaudiProject)
#---------------------------------------------------------------

# Declare project name and version
gaudi_project(Moore v26r0
              USE Hlt v26r0
              DATA AppConfig VERSION v3r*
                   FieldMap VERSION v5r*
                   PRConfig VERSION v1r*
                   ParamFiles VERSION v8r*
                   RawEventFormat
                   TCK/HltTCK VERSION v3r*
                   TCK/L0TCK  VERSION v5r*)