]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RAW/CMakeLists.txt
The present commit corresponds to an important change in the way the
[u/mrichter/AliRoot.git] / RAW / 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 RAW
8 ${CMAKE_SOURCE_DIR}/RAW
9 ${CMAKE_SOURCE_DIR}/STEER
10 ${ROOT_INCLUDE_DIR}
11 )
12
13 include_directories( ${INCLUDE_DIRECTORIES})
14
15 set(LINK_DIRECTORIES
16 ${ROOT_LIBRARY_DIR}
17
18
19 link_directories( ${LINK_DIRECTORIES})
20
21 SetModule()
22
23 include(CMake_libRAWDatasim.txt)
24
25 include(CMake_libMDC.txt)
26
27 include(CMake_libMDCFilter.txt)
28
29 include(CMake_libRAWDatarec.txt)
30
31 include(CMake_libRAWDatabase.txt)
32
33 include(CMake_libRAWDatarecOnline.txt)
34
35 include(CMake_binalimdc.txt)
36
37 include(CMake_binalirawdump.txt)
38
39 include(CMake_bindateStream.txt)
40