Warning, /acts/Traccc/tests/io/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) 2021-2025 CERN for the benefit of the ACTS project
0004 #
0005 # Mozilla Public License Version 2.0
0006
0007 # Declare the io library test(s).
0008 traccc_add_test( io
0009 "test_bfield.cpp"
0010 "test_csv.cpp"
0011 "test_event_data.cpp"
0012 "test_json.cpp"
0013 LINK_LIBRARIES GTest::gtest_main traccc_tests_common
0014 traccc::core traccc::io traccc::performance
0015 )
0016
0017 target_compile_definitions(
0018 traccc_test_io
0019 PRIVATE TRACCC_TEST_IO_MOCK_DATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/mock_data"
0020 )