]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HERWIG/CMakeLists.txt
Protection against wrong trigger bc mask pattern
[u/mrichter/AliRoot.git] / HERWIG / CMakeLists.txt
CommitLineData
e969a926 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
6set(INCLUDE_DIRECTORIES
7${CMAKE_SOURCE_DIR}/HERWIG
8${ROOT_INCLUDE_DIR}
9)
10
11include_directories( ${INCLUDE_DIRECTORIES})
12
13set(LINK_DIRECTORIES
14${ROOT_LIBRARY_DIR}
15)
16
17link_directories( ${LINK_DIRECTORIES})
18
19SetModule()
20
21include(CMake_libHERWIG.txt)
22
23