Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CMakeLists.txt 836 B
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.5)

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

# RootCnv exists in two copies:
#  - in Gaudi as RootCnv
#  - in Online as Online/RootCnv
# We need to ignore one of them, the one in Gaudi
set(override_subdirs RootCnv)

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