]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/CMake_libHLTsim.txt
Macro to be attached to the analysis train
[u/mrichter/AliRoot.git] / HLT / CMake_libHLTsim.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 sim/AliHLTSimulation.cxx
5 sim/AliHLTAgentSim.cxx
6 sim/AliHLTOUTComponent.cxx
7 )
8
9 # fill list of header files from list of source files
10 # by exchanging the file extension
11 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13 AddLibrary(HLTsim "${SRCS}" "${HDRS}")