]> git.uio.no Git - u/mrichter/AliRoot.git/blob - LHC/CMake_libLHC.txt
added verbosity in a Fatal call
[u/mrichter/AliRoot.git] / LHC / CMake_libLHC.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliLHC.cxx
5 AliLhcIRegion.cxx
6 AliLhcBeam.cxx
7 AliLhcProcess.cxx
8 AliLhcProcessBB.cxx
9 AliLhcProcessIBS.cxx
10 AliLhcMonitor.cxx
11 AliLhcProcessBT.cxx
12 )
13
14 # fill list of header files from list of source files
15 # by exchanging the file extension
16 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
17
18 AddLibrary(LHC "${SRCS}" "${HDRS}")
19