]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/CMakeLists.txt
adding libAliHLTMUON to trigger lib dependencies
[u/mrichter/AliRoot.git] / EMCAL / CMakeLists.txt
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
6 set(INCLUDE_DIRECTORIES
7 ${CMAKE_SOURCE_DIR}/EMCAL
8 ${CMAKE_SOURCE_DIR}/EMCAL/Calib
9 ${CMAKE_SOURCE_DIR}/EMCAL/SMcalib
10 ${CMAKE_SOURCE_DIR}/STEER
11 ${CMAKE_SOURCE_DIR}/RAW
12 ${CMAKE_SOURCE_DIR}/ANALYSIS
13 ${ROOT_INCLUDE_DIR}
14 )
15
16 # Make sure the compiler can find files from our library
17 include_directories( ${INCLUDE_DIRECTORIES})
18
19 set(LINK_DIRECTORIES
20 ${ROOT_LIBRARY_DIR}
21
22
23 # Make sure the linker can find the library once it is built
24 link_directories( ${LINK_DIRECTORIES})
25
26 SetModule()
27
28 include(CMake_libEMCALUtils.txt)
29
30 include(CMake_libEMCALrec.txt)
31
32 include(CMake_libEMCALbase.txt)
33
34 include(CMake_libEMCALsim.txt)
35
36 include(CMake_libEMCALcalib.txt)