]> git.uio.no Git - u/mrichter/AliRoot.git/blob - FMD/CMakeLists.txt
Getting rid of obsolete objects.
[u/mrichter/AliRoot.git] / FMD / CMakeLists.txt
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
6 set(INCLUDE_DIRECTORIES
7 ${CMAKE_SOURCE_DIR}/FMD
8 ${CMAKE_SOURCE_DIR}/FMD/flow
9 ${CMAKE_SOURCE_DIR}/FMD/analysis
10 ${CMAKE_SOURCE_DIR}/STEER
11 ${CMAKE_SOURCE_DIR}/RAW
12 ${CMAKE_SOURCE_DIR}/ANALYSIS
13 ${ROOT_INCLUDE_DIR}
14 )
15
16 include_directories( ${INCLUDE_DIRECTORIES})
17
18 set(LINK_DIRECTORIES
19 ${ROOT_LIBRARY_DIR}
20
21
22 link_directories( ${LINK_DIRECTORIES})
23
24 SetModule()
25
26 include(CMake_libFMDbase.txt)
27
28 include(CMake_libFMDrec.txt)
29
30 include(CMake_libFMDutil.txt)
31
32 include(CMake_libFMDflow.txt)
33
34 include(CMake_libFMDsim.txt)
35
36 include(CMake_libFMDanalysis.txt)
37