]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/CMake_libPWG2spectra.txt
New check for bad SDD modules (F. Prino)
[u/mrichter/AliRoot.git] / PWG2 / CMake_libPWG2spectra.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4 SPECTRA/AliProtonAnalysis.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
11AddLibrary(PWG2spectra "${SRCS}" "${HDRS}")
12