]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/CMakeLists.txt
Corrected directory name for the root archive file registered in a dataset in PROOF...
[u/mrichter/AliRoot.git] / PWG3 / 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}/PWG3
8 ${CMAKE_SOURCE_DIR}/PWG3/base
9 ${CMAKE_SOURCE_DIR}/PWG3/muon
10 ${CMAKE_SOURCE_DIR}/PWG3/vertexingHF
11 ${CMAKE_SOURCE_DIR}/PWG3/vertexingOld
12 ${CMAKE_SOURCE_DIR}/PWG3/hfe
13 ${CMAKE_SOURCE_DIR}/STEER 
14 ${CMAKE_SOURCE_DIR}/ANALYSIS
15 ${CMAKE_SOURCE_DIR}/CORRFW
16 ${ROOT_INCLUDE_DIR}
17 )
18
19 include_directories( ${INCLUDE_DIRECTORIES})
20
21 set(LINK_DIRECTORIES
22 ${ROOT_LIBRARY_DIR}
23
24
25 link_directories( ${LINK_DIRECTORIES})
26
27 SetModule()
28
29 include(CMake_libPWG3base.txt)
30
31 include(CMake_libPWG3.txt)
32
33 include(CMake_libPWG3vertexingHF.txt)
34
35 include(CMake_libPWG3vertexingOld.txt)
36
37 include(CMake_libPWG3hfe.txt)
38
39 include(CMake_libPWG3muon.txt)