]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/CMakeLists.txt
Gamma conversion analysis moved to its own subdirectory from PartCorr
[u/mrichter/AliRoot.git] / PWG4 / CMakeLists.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3# Create a library called "lib<name>" which includes the source files given in
4# the array .
5# The extension is already found. Any number of sources could be listed here.
6
7set(INCLUDE_DIRECTORIES
8${CMAKE_SOURCE_DIR}/PWG4
f3050824 9${CMAKE_SOURCE_DIR}/PWG4/PartCorr
10${CMAKE_SOURCE_DIR}/PWG4/JetTasks
e969a926 11${CMAKE_SOURCE_DIR}/STEER
12${CMAKE_SOURCE_DIR}/ANALYSIS
a43b1f08 13${CMAKE_SOURCE_DIR}/JETAN
e969a926 14${ROOT_INCLUDE_DIR}
15)
16
17include_directories( ${INCLUDE_DIRECTORIES})
18
19set(LINK_DIRECTORIES
20${ROOT_LIBRARY_DIR}
21)
22
23link_directories( ${LINK_DIRECTORIES})
24
25SetModule()
26
27include(CMake_libPWG4PartCorr.txt)
f3050824 28include(CMake_libPWG4JetTasks.txt)