]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/CMake_libTRDgui.txt
Restored compilation with CMake. The administrators of the modules have to mantain...
[u/mrichter/AliRoot.git] / TRD / CMake_libTRDgui.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4       qaGui/AliTRDqaGuiMain.cxx 
5       qaGui/AliTRDqaGuiClusters.cxx 
6       qaGui/AliTRDqaGuiClustersSM.cxx 
7       qaGui/AliTRDqaGuiClustersStack.cxx 
8       qaGui/AliTRDqaGuiESDs.cxx 
9       qaGui/AliTRDqaGuiMainBlack.cxx 
10       qaGui/AliTRDqaGuiBlackSM.cxx 
11       qaGui/AliTRDqaGuiBlackChamber.cxx 
12       qaGui/AliTRDqaGuiBlackError.cxx 
13       qaGui/AliTRDqaGuiBlackGlobal.cxx 
14       qaGui/AliTRDqaGuiBlackGTU.cxx 
15       qaGui/AliTRDqaGuiJPsi.cxx 
16       qaGui/AliTRDqaGuiEnergyDeposit.cxx 
17       qaGui/AliTRDqaGuiMainAnalysis.cxx 
18 )
19
20 # fill list of header files from list of source files
21 # by exchanging the file extension
22 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
23
24 AddLibrary(TRDgui "${SRCS}" "${HDRS}")