]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/CMakeLists.txt
automatic histogram scaling for AODs now available
[u/mrichter/AliRoot.git] / PHOS / 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}/PHOS
8${CMAKE_SOURCE_DIR}/STEER
9${CMAKE_SOURCE_DIR}/RAW
10${ROOT_INCLUDE_DIR}
11)
12
13include_directories( ${INCLUDE_DIRECTORIES})
14
15set(LINK_DIRECTORIES
16${ROOT_LIBRARY_DIR}
17)
18
19link_directories( ${LINK_DIRECTORIES})
20
21SetModule()
22
bcc9e89e 23include(CMake_libPHOSUtils.txt)
24
e969a926 25include(CMake_libPHOSrec.txt)
26
27include(CMake_libPHOSbase.txt)
28
29include(CMake_libPHOSsim.txt)
30
31include(CMake_libPHOSshuttle.txt)
32
33