]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/CMakeLists.txt
Unicor is lower case now (Stefan)
[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/AliFlowCommon
16 ${CMAKE_SOURCE_DIR}/PWG2/FLOW/AliFlowTasks
17 ${CMAKE_SOURCE_DIR}/PWG2/SPECTRA
18 ${CMAKE_SOURCE_DIR}/PWG2/UNICOR
19 ${CMAKE_SOURCE_DIR}/STEER
20 ${CMAKE_SOURCE_DIR}/CORRFW
21 ${ALIROOT_INSTALL_DIR}/include 
22 ${ROOT_INCLUDE_DIR}
23 )
24
25 include_directories( ${INCLUDE_DIRECTORIES})
26
27 set(LINK_DIRECTORIES
28 ${ROOT_LIBRARY_DIR}
29
30
31 link_directories( ${LINK_DIRECTORIES})
32
33 SetModule()
34
35 include(CMake_libPWG2spectra.txt)
36
37 include(CMake_libPWG2flowCommon.txt)
38
39 include(CMake_libPWG2flowTasks.txt)
40
41 include(CMake_libPWG2femtoscopyUser.txt)
42
43 include(CMake_libPWG2femtoscopy.txt)
44
45 include(CMake_libPWG2ebye.txt)
46
47 include(CMake_libPWG2AOD.txt)
48
49 include(CMake_libPWG2unicor.txt)
50
51
52