]> git.uio.no Git - u/mrichter/AliRoot.git/blob - Vc/Vc.cmake
recover the detector tag int and not the string from the AOD particle
[u/mrichter/AliRoot.git] / Vc / Vc.cmake
1 set(Vc_INCLUDE_DIR          "${PROJECT_SOURCE_DIR}/Vc/include")
2 set(Vc_CMAKE_MODULES_DIR    "${PROJECT_SOURCE_DIR}/Vc/cmake")
3 include("${Vc_CMAKE_MODULES_DIR}/VcMacros.cmake")
4 vc_set_preferred_compiler_flags()
5
6 macro(ALICE_UseVc)
7    include_directories(SYSTEM "${Vc_INCLUDE_DIR}")
8    add_definitions(${Vc_DEFINITIONS})
9 endmacro()
10
11 # vim: ft=cmake sw=3 et