]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/PHOTOS/CMakeLists.txt
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / TEvtGen / PHOTOS / 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}/PHOTOS
8 #${CMAKE_SOURCE_DIR}/MICROCERN/kerngen
9 ${ROOT_INCLUDE_DIR}
10 )
11
12 include_directories( ${INCLUDE_DIRECTORIES})
13
14 set(LINK_DIRECTORIES
15 ${ROOT_LIBRARY_DIR}
16
17
18 link_directories( ${LINK_DIRECTORIES})
19
20 ADD_DEFINITIONS( ${CLIBDEFS} )
21
22 SetModule()
23
24 include(CMake_libPHOTOS.txt)
25