]> git.uio.no Git - u/mrichter/AliRoot.git/blob - BCM/CMake_libBCM.txt
change to prepare for the faster SDD cluster finder (offline). Will be
[u/mrichter/AliRoot.git] / BCM / CMake_libBCM.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliBCM.cxx
5 AliBCMHit.cxx
6 AliBCMLoader.cxx
7 )
8
9 # fill list of header files from list of source files
10 # by exchanging the file extension
11 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
12
13 AddLibrary(BCM "${SRCS}" "${HDRS}")
14