]> git.uio.no Git - u/mrichter/AliRoot.git/blame - THydjet/CMakeLists.txt
Updated TOFRecoParam entry (following rev. 33988)
[u/mrichter/AliRoot.git] / THydjet / 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}/THydjet
9${CMAKE_SOURCE_DIR}/STEER
10${CMAKE_SOURCE_DIR}/EVGEN
11${CMAKE_SOURCE_DIR}/PYTHIA6
12${ROOT_INCLUDE_DIR}
13)
14
15include_directories( ${INCLUDE_DIRECTORIES})
16
17set(LINK_DIRECTORIES
18${ROOT_LIBRARY_DIR}
19)
20
21link_directories( ${LINK_DIRECTORIES})
22
23SetModule()
24
25include(CMake_libTHydjet.txt)
26