]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/CMake_libPWG3.txt
Modifications to SPD services in order to reduce the number of overlaps with FMD...
[u/mrichter/AliRoot.git] / PWG3 / CMake_libPWG3.txt
CommitLineData
e969a926 1# -*- mode: cmake -*-
2
3set(SRCS
4)
5
6# fill list of header files from list of source files
7# by exchanging the file extension
8String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
9
10AddLibrary(PWG3 "${SRCS}" "${HDRS}")
11