]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMake_libHLTshuttle.txt
Updating for CMake
[u/mrichter/AliRoot.git] / HLT / CMake_libHLTshuttle.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4shuttle/AliHLTPreprocessor.cxx
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(HLTshuttle "${SRCS}" "${HDRS}")