]> git.uio.no Git - u/mrichter/AliRoot.git/blame - THerwig/CMakeLists.txt
Option for gamma, jet selection in eta-phi window (G. Conesa)
[u/mrichter/AliRoot.git] / THerwig / 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}/THerwig
9${CMAKE_SOURCE_DIR}/STEER
10${CMAKE_SOURCE_DIR}/EVGEN
11${CMAKE_SOURCE_DIR}/LHAPDF
12${CMAKE_SOURCE_DIR}/HERWIG
13${ROOT_INCLUDE_DIR}
14)
15
16include_directories( ${INCLUDE_DIRECTORIES})
17
18set(LINK_DIRECTORIES
19${ROOT_LIBRARY_DIR}
20)
21
22link_directories( ${LINK_DIRECTORIES})
23
24SetModule()
25
26include(CMake_libTHerwig.txt)
27
28