]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/CMakeLists.txt
AliTPCcalibCalib.cxx
[u/mrichter/AliRoot.git] / EMCAL / CMakeLists.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2# Create a library called "lib<name>" which includes the source files given in
3# the array .
4# The extension is already found. Any number of sources could be listed here.
5
6set(INCLUDE_DIRECTORIES
7${CMAKE_SOURCE_DIR}/EMCAL
8${CMAKE_SOURCE_DIR}/EMCAL/Calib
f7d3fd75 9${CMAKE_SOURCE_DIR}/EMCAL/SMcalib
e969a926 10${CMAKE_SOURCE_DIR}/STEER
11${CMAKE_SOURCE_DIR}/RAW
12${CMAKE_SOURCE_DIR}/ANALYSIS
13${ROOT_INCLUDE_DIR}
14)
15
0c5b726e 16# Make sure the compiler can find files from our library
e969a926 17include_directories( ${INCLUDE_DIRECTORIES})
18
19set(LINK_DIRECTORIES
20${ROOT_LIBRARY_DIR}
21)
22
0c5b726e 23# Make sure the linker can find the library once it is built
e969a926 24link_directories( ${LINK_DIRECTORIES})
25
26SetModule()
27
0c5b726e 28include(CMake_libEMCALUtils.txt)
29
e969a926 30include(CMake_libEMCALrec.txt)
31
32include(CMake_libEMCALbase.txt)
33
34include(CMake_libEMCALsim.txt)
35
36include(CMake_libEMCALcalib.txt)