]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/CMake_libAliPythia8.txt
Example macro for merging sets of alignment objects
[u/mrichter/AliRoot.git] / PYTHIA8 / CMake_libAliPythia8.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 AliPythia8.cxx
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(AliPythia8 "${SRCS}" "${HDRS}")
12