]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/CMakeLists.txt
doxy: converted remaining macro images in TPCbase
[u/mrichter/AliRoot.git] / TRD / CMakeLists.txt
CommitLineData
464611d8 1# **************************************************************************
2# * Copyright(c) 1998-2014, ALICE Experiment at CERN, All rights reserved. *
3# * *
4# * Author: The ALICE Off-line Project. *
5# * Contributors are mentioned in the code where appropriate. *
6# * *
7# * Permission to use, copy, modify and distribute this software and its *
8# * documentation strictly for non-commercial purposes is hereby granted *
9# * without fee, provided that the above copyright notice appears in all *
10# * copies and that both the copyright notice and this permission notice *
11# * appear in the supporting documentation. The authors make no claims *
12# * about the suitability of this software for any purpose. It is *
13# * provided "as is" without express or implied warranty. *
14# **************************************************************************
6d839a5c 15
464611d8 16add_subdirectory(TRDbase)
17add_subdirectory(TRDcalib)
18add_subdirectory(TRDgui)
19add_subdirectory(TRDrec)
20add_subdirectory(TRDsim)
21add_subdirectory(TRDqaAnalysis)
6d839a5c 22
13269fe5 23if(DA)
24 add_subdirectory(DA)
25endif(DA)
26
464611d8 27# Install macros
28install(DIRECTORY Macros DESTINATION TRD)
6d839a5c 29
464611d8 30# Install doc
31install(DIRECTORY doc DESTINATION TRD)
32
33message(STATUS "TRD enabled")