]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG4/CMake_libPWG4GammaConv.txt
Correction for cmake
[u/mrichter/AliRoot.git] / PWG4 / CMake_libPWG4GammaConv.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4        GammaConv/AliV0Reader.cxx GammaConv/AliAnalysisTaskGammaConversion.cxx GammaConv/AliGammaConversionHistograms.cxx
5 )
6
7 # fill list of header files from list of source files
8 # by exchanging the file extension
9 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
10
11 AddLibrary(PWG4GammaConv "${SRCS}" "${HDRS}")
12