]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/CMakeLists.txt
resubmitMissing.sh - resubmit calibration jobns for missing runs
[u/mrichter/AliRoot.git] / TPC / 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}/TPC
8 ${CMAKE_SOURCE_DIR}/STEER
9 ${CMAKE_BINARY_DIR}/STEER
10 ${CMAKE_SOURCE_DIR}/STAT
11 ${CMAKE_SOURCE_DIR}/RAW
12 ${CMAKE_SOURCE_DIR}/ANALYSIS
13 ${ROOT_INCLUDE_DIR}
14 )
15
16 include_directories( ${INCLUDE_DIRECTORIES})
17
18 set(LINK_DIRECTORIES
19 ${ROOT_LIBRARY_DIR}
20
21
22 link_directories( ${LINK_DIRECTORIES})
23
24 SetModule()
25
26 include(CMake_libTPCbase.txt)
27
28 include(CMake_libTPCcalib.txt)
29
30 include(CMake_libTPCfast.txt)
31
32 include(CMake_libTPCrec.txt)
33
34 include(CMake_libTPCmon.txt)
35
36 include(CMake_libTPCsim.txt)
37
38