]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/CMakeLists.txt
renamed a method to load libs so that it does not clash with earlier runs
[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
16include_directories( ${INCLUDE_DIRECTORIES})
17
18set(LINK_DIRECTORIES
19${ROOT_LIBRARY_DIR}
20)
21
22link_directories( ${LINK_DIRECTORIES})
23
24SetModule()
25
26include(CMake_libEMCALrec.txt)
27
28include(CMake_libEMCALbase.txt)
29
30include(CMake_libEMCALsim.txt)
31
32include(CMake_libEMCALcalib.txt)
33
34