]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HERWIG/CMakeLists.txt
Update of QA hitograms
[u/mrichter/AliRoot.git] / HERWIG / CMakeLists.txt
1 # -*- mode: cmake -*-
2 # Create a library called "lib<name>" which includes the source files given in
3 # the array .
4 # The extension is already found.  Any number of sources could be listed here.
5
6 set(INCLUDE_DIRECTORIES
7 ${CMAKE_SOURCE_DIR}/HERWIG
8 ${ROOT_INCLUDE_DIR}
9 )
10
11 include_directories( ${INCLUDE_DIRECTORIES})
12
13 set(LINK_DIRECTORIES
14 ${ROOT_LIBRARY_DIR}
15
16
17 link_directories( ${LINK_DIRECTORIES})
18
19 SetModule()
20
21 include(CMake_libHERWIG.txt)
22
23