]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/CMakeLists.txt
Use debug stream only if requested
[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
9${CMAKE_SOURCE_DIR}/STAT
10${CMAKE_SOURCE_DIR}/RAW
11${CMAKE_SOURCE_DIR}/ANALYSIS
12${ROOT_INCLUDE_DIR}
13)
14
15include_directories( ${INCLUDE_DIRECTORIES})
16
17set(LINK_DIRECTORIES
18${ROOT_LIBRARY_DIR}
19)
20
21link_directories( ${LINK_DIRECTORIES})
22
23SetModule()
24
25include(CMake_libTPCbase.txt)
26
27include(CMake_libTPCcalib.txt)
28
29include(CMake_libTPCfast.txt)
30
31include(CMake_libTPCrec.txt)
32
33include(CMake_libTPCmon.txt)
34
35include(CMake_libTPCsim.txt)
36
37