Newer
Older
###################################################
#
# 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)
#---Testing-------------------------------------------------------------------------
if(BUILD_TESTING)
endif(BUILD_TESTING)
#----------------------------------------------------------------------------------
#
# (un)comment as needed
#
add_subdirectory(AlignDet)
add_subdirectory(ClientTests)