]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG0/CMakeLists.txt
Added two missing includes to allow macro compilation (thanks to Laurent for remarkin...
[u/mrichter/AliRoot.git] / PWG0 / 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}/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
21 include_directories( ${INCLUDE_DIRECTORIES})
22
23 set(LINK_DIRECTORIES
24 ${ROOT_LIBRARY_DIR}
25
26
27 link_directories( ${LINK_DIRECTORIES})
28
29 SetModule()
30
31 include(CMake_libPWG0selectors.txt)
32
33 include(CMake_libPWG0dep.txt)
34
35 include(CMake_libPWG0base.txt)
36