]> git.uio.no Git - u/mrichter/AliRoot.git/blame - JETAN/CMake_libJETANMC.txt
Enabled reading from the MC particles in the AOD, activate with SetReadAODMC(1) ...
[u/mrichter/AliRoot.git] / JETAN / CMake_libJETANMC.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliJetESDmcReader.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(JETANMC "${SRCS}" "${HDRS}")