]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMakeLists.txt
removed obsolete commented methods
[u/mrichter/AliRoot.git] / PWG2 / 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}/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
37dceb67 12${CMAKE_SOURCE_DIR}/PWG2/EVCHAR
e969a926 13${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY
14${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY/AliFemto
15${CMAKE_SOURCE_DIR}/PWG2/FEMTOSCOPY/AliFemtoUser
29b61d43 16${CMAKE_SOURCE_DIR}/PWG2/FLOW/AliFlowCommon
17${CMAKE_SOURCE_DIR}/PWG2/FLOW/AliFlowTasks
85f91829 18${CMAKE_SOURCE_DIR}/PWG2/KINK
e969a926 19${CMAKE_SOURCE_DIR}/PWG2/SPECTRA
20${CMAKE_SOURCE_DIR}/STEER
f7d3fd75 21${CMAKE_SOURCE_DIR}/CORRFW
e969a926 22${ALIROOT_INSTALL_DIR}/include
23${ROOT_INCLUDE_DIR}
24)
25
26include_directories( ${INCLUDE_DIRECTORIES})
27
28set(LINK_DIRECTORIES
29${ROOT_LIBRARY_DIR}
30)
31
32link_directories( ${LINK_DIRECTORIES})
33
34SetModule()
35
36include(CMake_libPWG2spectra.txt)
37
85f91829 38include(CMake_libPWG2kink.txt)
39
29b61d43 40include(CMake_libPWG2flowCommon.txt)
41
42include(CMake_libPWG2flowTasks.txt)
e969a926 43
44include(CMake_libPWG2femtoscopyUser.txt)
45
46include(CMake_libPWG2femtoscopy.txt)
47
48include(CMake_libPWG2ebye.txt)
49
50include(CMake_libPWG2AOD.txt)
51
37dceb67 52include(CMake_libPWG2evchar.txt)
e969a926 53
54