]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/CMakeLists.txt
Preliminary files for CMake
[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_SOURCE_DIR}/RAW
7 ${CMAKE_SOURCE_DIR}/HLT/sim
8 ${ROOT_INCLUDE_DIR}
9 )
10
11 include_directories( ${INCLUDE_DIRECTORIES})
12
13 set(LINK_DIRECTORIES
14 ${ROOT_LIBRARY_DIR}
15
16
17 link_directories( ${LINK_DIRECTORIES})
18
19 SetModule()
20
21 # include files with the descriptions how to build the
22 # different libraries of this subdirectory
23
24 include(CMake_libESD.txt)
25
26 include(CMake_libCDB.txt)
27
28 include(CMake_libSTEERBase.txt)
29
30 include(CMake_libSTEER.txt)
31
32 include(CMake_libAOD.txt)