]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/CMake_libPWG3base.txt
D2H tasks that can be attached to Official Train
[u/mrichter/AliRoot.git] / PWG3 / CMake_libPWG3base.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4   base/AliQuarkoniaAcceptance.cxx 
5   base/AliQuarkoniaEfficiency.cxx 
6 )
7
8 # fill list of header files from list of source files
9 # by exchanging the file extension
10 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
11
12 AddLibrary(PWG3base "${SRCS}" "${HDRS}")