]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CMake_libHLTinterface.txt
macro and flowevent maker to run part of the code in root
[u/mrichter/AliRoot.git] / HLT / CMake_libHLTinterface.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4BASE/interface/AliHLTExternalInterface.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(HLTinterface "${SRCS}" "${HDRS}")