Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Detray/tests/unit_tests/svgtools/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 # Set up the core tests.
0010 detray_add_unit_test( svgtools
0011    "detectors.cpp"
0012    "grids.cpp"
0013    "groups.cpp"
0014    "intersections.cpp"
0015    "landmarks.cpp"
0016    "masks.cpp"
0017    "material.cpp"
0018    "surfaces.cpp"
0019    "trajectories.cpp"
0020    "volumes.cpp"
0021    LINK_LIBRARIES GTest::gtest_main detray::core_array detray::test_framework detray::test_common detray::validation_utils
0022                   actsvg::core actsvg::meta detray::svgtools
0023 )
0024 
0025 detray_add_unit_test( svgtools_web
0026    "web.cpp"
0027    LINK_LIBRARIES GTest::gtest_main detray::core_array detray::test_framework detray::test_common detray::validation_utils
0028                   actsvg::core actsvg::meta detray::svgtools actsvg::web
0029 )