Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Detray/plugins/algebra/vc_soa/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # This file is part of the ACTS project.
0002 #
0003 # Copyright (C) 2016 CERN for the benefit of the ACTS project
0004 #
0005 # This Source Code Form is subject to the terms of the Mozilla Public
0006 # License, v. 2.0. If a copy of the MPL was not distributed with this
0007 # file, You can obtain one at https://mozilla.org/MPL/2.0/.
0008 
0009 message(STATUS "Building the Vc SoA algebra plugin")
0010 
0011 # Set up the library.
0012 detray_add_library( detray_algebra_vc_soa algebra_vc_soa
0013    "include/algebra/vc_soa.hpp"
0014    "include/algebra/impl/*.hpp"
0015    "include/algebra/utils/*.hpp"
0016 )
0017 
0018 target_link_libraries(
0019     detray_algebra_vc_soa
0020     INTERFACE Vc::Vc detray::algebra_vc_aos
0021 )
0022 
0023 target_compile_definitions(
0024     detray_algebra_vc_soa
0025     INTERFACE
0026         DETRAY_CUSTOM_SCALARTYPE=${DETRAY_CUSTOM_SCALARTYPE}
0027         DETRAY_ALGEBRA_VC_SOA
0028 )
0029 
0030 detray_test_public_headers( detray_algebra_vc_soa
0031    "algebra/vc_soa.hpp"
0032 )