Warning, /acts/Traccc/tests/alpaka/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # TRACCC library, part of the ACTS project (R&D line)
0002 #
0003 # (c) 2022-2026 CERN for the benefit of the ACTS project
0004 #
0005 # Mozilla Public License Version 2.0
0006
0007 include(traccc-alpaka-functions)
0008 traccc_enable_language_alpaka()
0009
0010 traccc_add_alpaka_test( alpaka
0011 alpaka_basic.cpp
0012 LINK_LIBRARIES
0013 GTest::gtest_main
0014 traccc_tests_common
0015 alpaka::alpaka
0016 vecmem::core
0017 traccc::alpaka
0018 )
0019
0020 traccc_add_test(alpaka_cxx
0021 test_cca.cpp
0022 test_ckf_combinatorics_telescope.cpp
0023 test_ckf_toy_detector.cpp
0024 LINK_LIBRARIES
0025 GTest::gtest_main
0026 traccc_tests_common
0027 vecmem::core
0028 traccc::alpaka
0029 traccc::io
0030 traccc::performance
0031 traccc::simulation
0032 )