]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG0/CMakeLists.txt
MakeImage is now a method of AliCheckerBase, was AliQADataMaker before. This will...
[u/mrichter/AliRoot.git] / PWG0 / 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}/PWG0
8${CMAKE_SOURCE_DIR}/PWG0/dNdEta
9${CMAKE_SOURCE_DIR}/PWG0/esdTrackCuts
10${CMAKE_SOURCE_DIR}/PWG0/TPC
11${CMAKE_SOURCE_DIR}/PWG0/highMultiplicity
12${CMAKE_SOURCE_DIR}/PWG0/multiplicity
13${CMAKE_SOURCE_DIR}/STEER
14${CMAKE_SOURCE_DIR}/RAW
15${CMAKE_SOURCE_DIR}/ANALYSIS
16${CMAKE_SOURCE_DIR}/TPC
17${CMAKE_SOURCE_DIR}/ITS
18${ROOT_INCLUDE_DIR}
19)
20
21include_directories( ${INCLUDE_DIRECTORIES})
22
23set(LINK_DIRECTORIES
24${ROOT_LIBRARY_DIR}
25)
26
27link_directories( ${LINK_DIRECTORIES})
28
29SetModule()
30
31include(CMake_libPWG0selectors.txt)
32
33include(CMake_libPWG0dep.txt)
34
35include(CMake_libPWG0base.txt)
36