]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG4/CMake_libPWG4GammaConv.txt
fix
[u/mrichter/AliRoot.git] / PWG4 / CMake_libPWG4GammaConv.txt
CommitLineData
3c538586 1# -*- mode: cmake -*-
2
3set(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
9String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
10
28463628 11AddLibrary(PWG4GammaConv "${SRCS}" "${HDRS}")
3c538586 12