]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/CMake_libTPCfast.txt
Adapting to CORRFW changes (Chiara)
[u/mrichter/AliRoot.git] / TPC / CMake_libTPCfast.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliTPCFast.cxx
5AliTPCtrackerParam.cxx
6AliTPCkineGrid.cxx
7)
8
9# fill list of header files from list of source files
10# by exchanging the file extension
11String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13AddLibrary(TPCfast "${SRCS}" "${HDRS}")
14
15
16