From d471609712ff6e7a488cd8f389cbadc115a87ae2 Mon Sep 17 00:00:00 2001 From: jmsgrogan Date: Sun, 2 Oct 2022 15:59:15 +0100 Subject: [PATCH] Fix Cmake config. --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5d60950..860e3a7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -26,7 +26,7 @@ list(APPEND TestFiles video/TestVideoDecoder.cpp windows/TestWaylandWindow.cpp web/TestMarkdownParser.cpp - web/TestSvgWriter.cpp) + web/TestSvgWriter.cpp web/TestXmlParser.cpp) find_package(PkgConfig)