]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/CMakeLists.txt
Adding dump of the transformation to the tree.
[u/mrichter/AliRoot.git] / TPC / 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}/TPC
8${CMAKE_SOURCE_DIR}/STEER
f38eef4d 9${CMAKE_BINARY_DIR}/STEER
e969a926 10${CMAKE_SOURCE_DIR}/STAT
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_libTPCbase.txt)
27
28include(CMake_libTPCcalib.txt)
29
30include(CMake_libTPCfast.txt)
31
32include(CMake_libTPCrec.txt)
33
34include(CMake_libTPCmon.txt)
35
36include(CMake_libTPCsim.txt)
37
38