]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG1/CMakeLists.txt
Changed AliRunLoader::GetRunLoader() into AliRunLoader::Instance()
[u/mrichter/AliRoot.git] / PWG1 / 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}/PWG1
8${CMAKE_SOURCE_DIR}/PWG0
9${CMAKE_SOURCE_DIR}/STEER
10${CMAKE_SOURCE_DIR}/ANALYSIS
11${CMAKE_SOURCE_DIR}/ITS
12${CMAKE_SOURCE_DIR}/TRD
13${CMAKE_SOURCE_DIR}/TPC
14${ROOT_INCLUDE_DIR}
15)
16
17include_directories( ${INCLUDE_DIRECTORIES})
18
19set(LINK_DIRECTORIES
20${ROOT_LIBRARY_DIR}
21)
22
23link_directories( ${LINK_DIRECTORIES})
24
25SetModule()
26
27include(CMake_libPWG1.txt)
28