Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Traccc/tests/examples/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) 2023 CERN for the benefit of the ACTS project
0004 #
0005 # Mozilla Public License Version 2.0
0006 
0007 # Declare tests related to the example code.
0008 traccc_add_test( examples
0009    "test_options.cpp"
0010    LINK_LIBRARIES GTest::gtest_main traccc_tests_common traccc::options
0011 )