]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TTherminator/CMakeLists.txt
corrected warnings with gcc 4.3
[u/mrichter/AliRoot.git] / TTherminator / 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}/TTherminator
8${CMAKE_SOURCE_DIR}/TTherminator/Therminator
9${CMAKE_SOURCE_DIR}/STEER
10${CMAKE_SOURCE_DIR}/EVGEN
11${ROOT_INCLUDE_DIR}
12)
13
14include_directories( ${INCLUDE_DIRECTORIES})
15
16set(LINK_DIRECTORIES
17${ROOT_LIBRARY_DIR}
18)
19
20link_directories( ${LINK_DIRECTORIES})
21
22SetModule()
23
24include(CMake_libTTherminator.txt)
25