]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/CMakeLists.txt
Adding directory with the production requests
[u/mrichter/AliRoot.git] / FMD / 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}/FMD
8${CMAKE_SOURCE_DIR}/FMD/flow
fd22c893 9${CMAKE_SOURCE_DIR}/FMD/analysis
e969a926 10${CMAKE_SOURCE_DIR}/STEER
11${CMAKE_SOURCE_DIR}/RAW
fd22c893 12${CMAKE_SOURCE_DIR}/ANALYSIS
e969a926 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_libFMDbase.txt)
27
28include(CMake_libFMDrec.txt)
29
30include(CMake_libFMDutil.txt)
31
32include(CMake_libFMDflow.txt)
33
34include(CMake_libFMDsim.txt)
35
fd22c893 36include(CMake_libFMDanalysis.txt)
37