]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/CMakeLists.txt
Use bright color-set by default -- request by Jurgen.
[u/mrichter/AliRoot.git] / EVE / 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
3e18a9ea 7${CMAKE_SOURCE_DIR}/ANALYSIS
e969a926 8${CMAKE_SOURCE_DIR}/EMCAL
9${CMAKE_SOURCE_DIR}/EVE
10${CMAKE_SOURCE_DIR}/EVE/EveBase
11${CMAKE_SOURCE_DIR}/EVE/EveDet
12${CMAKE_SOURCE_DIR}/EVE/EveHLT
13${CMAKE_SOURCE_DIR}/STEER
14${CMAKE_SOURCE_DIR}/RAW
15${CMAKE_SOURCE_DIR}/MUON
16${CMAKE_SOURCE_DIR}/MUON/mapping
17${CMAKE_SOURCE_DIR}/TRD
18${CMAKE_SOURCE_DIR}/TOF
19${CMAKE_SOURCE_DIR}/ITS
20${CMAKE_SOURCE_DIR}/TPC
21${CMAKE_SOURCE_DIR}/PMD
22${CMAKE_SOURCE_DIR}/T0
caa2518c 23${CMAKE_SOURCE_DIR}/VZERO
e969a926 24${CMAKE_SOURCE_DIR}/HLT/BASE
25${CMAKE_SOURCE_DIR}/HLT/BASE/HOMER
26${ROOT_INCLUDE_DIR}
27)
28
29include_directories( ${INCLUDE_DIRECTORIES})
30
31set(LINK_DIRECTORIES
32${ROOT_LIBRARY_DIR}
33)
34
35link_directories( ${LINK_DIRECTORIES})
36
37SetModule()
38
39include(CMake_libEveBase.txt)
40
41include(CMake_libEveDet.txt)
42
43include(CMake_libEveHLT.txt)
44
45include(CMake_binalieve.txt)
46