]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA6/CMakeLists.txt
Bug fix. Removed delete statement
[u/mrichter/AliRoot.git] / PYTHIA6 / 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}/PYTHIA6
d538597e 8${CMAKE_SOURCE_DIR}/PYTHIA6/QPYTHIA
e969a926 9${CMAKE_SOURCE_DIR}/STEER
10${CMAKE_SOURCE_DIR}/LHAPDF
11${CMAKE_SOURCE_DIR}/EVGEN
12${CMAKE_SOURCE_DIR}/FASTSIM
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_libpythia6.txt)
27
28include(CMake_libAliPythia6.txt)
29
d538597e 30include(CMake_libqpythia.txt)
31
e969a926 32