]> git.uio.no Git - u/mrichter/AliRoot.git/blob - T0/CMakeLists.txt
Protection against wrong trigger bc mask pattern
[u/mrichter/AliRoot.git] / T0 / 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}/T0
8 ${CMAKE_SOURCE_DIR}/STEER
9 ${CMAKE_SOURCE_DIR}/RAW
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_libT0shuttle.txt)
24
25 include(CMake_libT0rec.txt)
26
27 include(CMake_libT0base.txt)
28
29 include(CMake_libT0sim.txt)
30