Files
openairinterface5g/openair1/SIMULATION/CMakeLists.txt
Robert Schmidt 1cfca6ce47 Move PhySim definition to openair1/SIMULATION/tests
Most (but not all) physical simulators are defined under
openair1/SIMULATION/. Defining physical simulators below there seems to
be the more "obvious" directory anyway, as the physical simulators are

    openair1/SIMULATION/tests
    Phy(L1)  Sim        tests => PhySim (tests)
2025-09-12 14:53:09 +02:00

4 lines
58 B
CMake

if(ENABLE_PHYSIM_TESTS)
add_subdirectory(tests)
endif()