Skip to content
Snippets Groups Projects
CMakeLists.txt 1.03 KiB
Newer Older
# $Id: $
#==========================================================================
#  AIDA Detector description implementation for LCD
#--------------------------------------------------------------------------
# Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
# All rights reserved.
#
# For the licensing terms see $DD4hepINSTALL/LICENSE.
# For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
#
#==========================================================================
Christoph Hombach's avatar
Christoph Hombach committed
#
# Simple CMakeList.txt file that allows to
# build all DD4hep examples in one go, e.g.
#
# . ./bin/thisDD4hep.sh
# cd examples ;
# mkdir build ; cd build
# cmake ..
#
# F.Gaede, DESY, 2013
#
#==========================================================================
cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
Frank Gaede's avatar
Frank Gaede committed
option(BUILD_TESTING "Enable and build tests" ON)
#
include ( ${DD4hep_DIR}/cmake/DD4hep.cmake )
#
dd4hep_package ( DD4hepExample MAJOR 0 MINOR 0 PATCH 1 )
#
dd4hep_enable_tests (
Markus Frank's avatar
Markus Frank committed
  AlignDet CLICSiD ClientTests SimpleDetector