qa/tools: add PCB_TEST_SELECTION_TOOL to CmakeLists

This commit is contained in:
Tomasz Wlostowski 2024-03-03 00:38:43 +01:00
parent 2280c696d0
commit 9e0cd7e6ee
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ add_executable( pns_debug_tool
pns_log_viewer_frame_base.cpp
label_manager.cpp
../../qa_utils/pcb_test_frame.cpp
../../qa_utils/pcb_test_selection_tool.cpp
../../qa_utils/test_app_main.cpp
../../qa_utils/utility_program.cpp
../../qa_utils/mocks.cpp
@ -74,6 +75,7 @@ add_executable( pns_debug_tool
add_executable( qa_pns_regressions
${COMMON_SRCS}
../../qa_utils/pcb_test_frame.cpp
../../qa_utils/pcb_test_selection_tool.cpp
../../qa_utils/test_app_main.cpp
../../qa_utils/utility_program.cpp
../../qa_utils/mocks.cpp