]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libAliHLTHOMER.txt
make scripts working with fastjet 2.4.1
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTHOMER.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 BASE/HOMER/AliHLTHOMERReader.cxx
5 BASE/HOMER/AliHLTHOMERWriter.cxx
6 )
7
8 Set_source_files_properties(${SRCS} PROPERTIES COMPILE_FLAGS 
9   "-Duse_aliroot -DUSE_ROOT -Duse_root -DROWHOUGHPARAMS -Duse_reconstruction -Duse_newio -DROOTVERSION=\"unchecked\" -DALIROOTVERSION=\"unchecked\" -D__ROOT__ -DUSE_ALILOG -DLINUX")
10
11 # fill list of header files from list of source files
12 # by exchanging the file extension
13 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
14
15 Set(HDRS "${HDRS}"
16 BASE/HOMER/AliHLTHOMERData.h
17 )
18
19 AddLibrary(AliHLTHOMER "${SRCS}" "${HDRS}")
20