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