From aa11f78bbcd0f2f428e927c92d76a7ff3bb5dd89 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Mon, 20 Mar 2023 16:44:55 +0000 Subject: [PATCH] Link ngspice with the QA tests that need it Fixes https://gitlab.com/kicad/code/kicad/-/issues/12491 --- qa/unittests/eeschema/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/unittests/eeschema/CMakeLists.txt b/qa/unittests/eeschema/CMakeLists.txt index 64bacccff4..a7b93253e0 100644 --- a/qa/unittests/eeschema/CMakeLists.txt +++ b/qa/unittests/eeschema/CMakeLists.txt @@ -129,6 +129,7 @@ PRIVATE qa_utils qa_schematic_utils markdown_lib + ${NGSPICE_LIBRARY} ${GDI_PLUS_LIBRARIES} Boost::headers Boost::unit_test_framework