]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMakeLists.txt
Corrected two bugs found by Sergey regarding the error calculation.
[u/mrichter/AliRoot.git] / PWG2 / 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}/ANALYSIS
8 ${CMAKE_SOURCE_DIR}/PWG2
9 ${CMAKE_SOURCE_DIR}/PWG2/AOD
10 ${CMAKE_SOURCE_DIR}/PWG2/EBYE
11 ${CMAKE_SOURCE_DIR}/PWG2/EBYE/LRC
12 ${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY
13 ${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY/AliFemto
14 ${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY/AliFemtoUser
15 ${CMAKE_SOURCE_DIR}/PWG2/FLOW
16 ${CMAKE_SOURCE_DIR}/PWG2/SPECTRA
17 ${CMAKE_SOURCE_DIR}/STEER
18 ${ALIROOT_INSTALL_DIR}/include 
19 ${ROOT_INCLUDE_DIR}
20 )
21
22 include_directories( ${INCLUDE_DIRECTORIES})
23
24 set(LINK_DIRECTORIES
25 ${ROOT_LIBRARY_DIR}
26
27
28 link_directories( ${LINK_DIRECTORIES})
29
30 SetModule()
31
32 include(CMake_libPWG2spectra.txt)
33
34 include(CMake_libPWG2flow.txt)
35
36 include(CMake_libPWG2femtoscopyUser.txt)
37
38 include(CMake_libPWG2femtoscopy.txt)
39
40 include(CMake_libPWG2ebye.txt)
41
42 include(CMake_libPWG2AOD.txt)
43
44 include(CMake_libPWG2.txt)
45
46