]> git.uio.no Git - u/mrichter/AliRoot.git/blob - THbtp/CMakeLists.txt
Removing -Wno-long-double and adding -single_module to the compilation options (macosx)
[u/mrichter/AliRoot.git] / THbtp / CMakeLists.txt
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
7 set(INCLUDE_DIRECTORIES
8 ${CMAKE_SOURCE_DIR}/THbtp
9 ${CMAKE_SOURCE_DIR}/STEER 
10 ${CMAKE_SOURCE_DIR}/EVGEN
11 ${ROOT_INCLUDE_DIR}
12 )
13
14 include_directories( ${INCLUDE_DIRECTORIES})
15
16 set(LINK_DIRECTORIES
17 ${ROOT_LIBRARY_DIR}
18
19
20 link_directories( ${LINK_DIRECTORIES})
21
22 SetModule()
23
24 include(CMake_libTHbtp.txt)
25