]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/CMakeLists.txt
Typo fixed + warnings removed.
[u/mrichter/AliRoot.git] / STEER / CMakeLists.txt
1 # -*- mode: cmake -*-
2 # Create all libraries of STEER subdirectory 
3
4 set(INCLUDE_DIRECTORIES
5 ${CMAKE_SOURCE_DIR}/STEER
6 ${CMAKE_BINARY_DIR}/STEER
7 ${CMAKE_SOURCE_DIR}/RAW
8 ${CMAKE_SOURCE_DIR}/HLT/sim
9 ${ROOT_INCLUDE_DIR}
10 )
11
12 include_directories( ${INCLUDE_DIRECTORIES})
13
14 set(LINK_DIRECTORIES
15 ${ROOT_LIBRARY_DIR}
16
17
18 link_directories( ${LINK_DIRECTORIES})
19
20 SetModule()
21
22 # include files with the descriptions how to build the
23 # different libraries of this subdirectory
24
25 include(CMake_libESD.txt)
26
27 include(CMake_libCDB.txt)
28
29 include(CMake_libSTEERBase.txt)
30
31 include(CMake_libSTEER.txt)
32
33 include(CMake_libAOD.txt)