]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PWG3/CMake_libPWG3.txt
Wrong header file names.
[u/mrichter/AliRoot.git] / PWG3 / CMake_libPWG3.txt
... / ...
CommitLineData
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