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