Commit 2a375544 authored by Bartosz Podrygajlo's avatar Bartosz Podrygajlo

Add missing CMakeLists entries for test_nr_frame_params

parent b916c6d8
add_executable(test_nr_frame_params test_nr_frame_params.cpp) add_executable(test_nr_frame_params test_nr_frame_params.cpp)
target_link_libraries(test_nr_frame_params PRIVATE LOG minimal_lib PHY_NR -lm GTest::gtest) target_link_libraries(test_nr_frame_params PRIVATE LOG minimal_lib PHY_NR -lm GTest::gtest)
add_dependencies(tests test_nr_frame_params)
add_test(NAME test_nr_frame_params COMMAND ./test_nr_frame_params)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment