]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMake_libAliHLTCalo.txt
- include missing header TObjString.h
[u/mrichter/AliRoot.git] / HLT / CMake_libAliHLTCalo.txt
CommitLineData
fe8738cf 1# -*- mode: cmake -*-
2# $Id$
3
4set(SRCS
5)
6
7# fill list of header files from list of source files
8# by exchanging the file extension
9String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
10
11AddLibrary(AliHLTCalo "${SRCS}" "${HDRS}")