]> git.uio.no Git - u/mrichter/AliRoot.git/blame - BCM/CMake_libBCM.txt
New EMCAL cosmic trigger as defined by Federico A.
[u/mrichter/AliRoot.git] / BCM / CMake_libBCM.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4AliBCM.cxx
5AliBCMHit.cxx
6AliBCMLoader.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(BCM "${SRCS}" "${HDRS}")
14