]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/CMake_libPWG3.txt
some histos added for TPC clusters
[u/mrichter/AliRoot.git] / PWG3 / CMake_libPWG3.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 )
5
6 # fill list of header files from list of source files
7 # by exchanging the file extension
8 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
9
10 AddLibrary(PWG3 "${SRCS}" "${HDRS}")
11