]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMakeLists.txt
reorganized a bit
[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
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
f7d3fd75 18${CMAKE_SOURCE_DIR}/CORRFW
e969a926 19${ALIROOT_INSTALL_DIR}/include
20${ROOT_INCLUDE_DIR}
21)
22
23include_directories( ${INCLUDE_DIRECTORIES})
24
25set(LINK_DIRECTORIES
26${ROOT_LIBRARY_DIR}
27)
28
29link_directories( ${LINK_DIRECTORIES})
30
31SetModule()
32
33include(CMake_libPWG2spectra.txt)
34
35include(CMake_libPWG2flow.txt)
36
37include(CMake_libPWG2femtoscopyUser.txt)
38
39include(CMake_libPWG2femtoscopy.txt)
40
41include(CMake_libPWG2ebye.txt)
42
43include(CMake_libPWG2AOD.txt)
44
e969a926 45
46