Warning, /acts/Detray/plugins/algebra/vc_aos/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 AoS algebra plugin")
0010
0011 # Set up the library.
0012 detray_add_library( detray_algebra_vc_aos algebra_vc_aos
0013 "include/algebra/vc_aos.hpp"
0014 "include/algebra/impl/*.hpp"
0015 "include/algebra/utils/*.hpp"
0016 )
0017
0018 target_link_libraries(detray_algebra_vc_aos INTERFACE Vc::Vc detray::core)
0019
0020 target_compile_definitions(
0021 detray_algebra_vc_aos
0022 INTERFACE
0023 DETRAY_CUSTOM_SCALARTYPE=${DETRAY_CUSTOM_SCALARTYPE}
0024 DETRAY_ALGEBRA_VC_AOS
0025 )
0026
0027 detray_test_public_headers( detray_algebra_vc_aos
0028 "algebra/vc_aos.hpp"
0029 )