]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TIsajet/CMake_libTIsajet.txt
put the QA making in the event loop
[u/mrichter/AliRoot.git] / TIsajet / CMake_libTIsajet.txt
1 # -*- mode: cmake -*-
2
3 set(SRCS
4 TIsajet.cxx
5 AliGenIsajet.cxx
6 )
7
8 # fill list of header files from list of source files
9 # by exchanging the file extension
10 String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
11
12 AddLibrary(TIsajet "${SRCS}" "${HDRS}")
13