From 9e0cd7e6ee9211d90f84a310c083ff06b42746cf Mon Sep 17 00:00:00 2001 From: Tomasz Wlostowski <tomasz.wlostowski@cern.ch> Date: Sun, 3 Mar 2024 00:38:43 +0100 Subject: [PATCH] qa/tools: add PCB_TEST_SELECTION_TOOL to CmakeLists --- qa/tools/pns/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/tools/pns/CMakeLists.txt b/qa/tools/pns/CMakeLists.txt index b17ee5e7c3..19f8118289 100644 --- a/qa/tools/pns/CMakeLists.txt +++ b/qa/tools/pns/CMakeLists.txt @@ -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