]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - EVE/CMakeLists.txt
From Jochen - EveHLT development accumulated since the end of March.
[u/mrichter/AliRoot.git] / EVE / CMakeLists.txt
... / ...
CommitLineData
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}/EVE
9${CMAKE_SOURCE_DIR}/EVE/EveBase
10${CMAKE_SOURCE_DIR}/EVE/EveDet
11${CMAKE_SOURCE_DIR}/EVE/EveHLT
12${CMAKE_SOURCE_DIR}/STEER
13${CMAKE_SOURCE_DIR}/RAW
14${CMAKE_SOURCE_DIR}/MUON
15${CMAKE_SOURCE_DIR}/MUON/mapping
16${CMAKE_SOURCE_DIR}/TRD
17${CMAKE_SOURCE_DIR}/TOF
18${CMAKE_SOURCE_DIR}/ITS
19${CMAKE_SOURCE_DIR}/TPC
20${CMAKE_SOURCE_DIR}/PMD
21${CMAKE_SOURCE_DIR}/T0
22${CMAKE_SOURCE_DIR}/HLT/BASE
23${CMAKE_SOURCE_DIR}/HLT/BASE/HOMER
24${ROOT_INCLUDE_DIR}
25)
26
27include_directories( ${INCLUDE_DIRECTORIES})
28
29set(LINK_DIRECTORIES
30${ROOT_LIBRARY_DIR}
31)
32
33link_directories( ${LINK_DIRECTORIES})
34
35SetModule()
36
37include(CMake_libEveBase.txt)
38
39include(CMake_libEveDet.txt)
40
41include(CMake_libEveHLT.txt)
42
43include(CMake_binalieve.txt)
44