From 3748f828abee586e41bd18b8441d17e298de8d14 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 12 Oct 2022 20:30:16 +0200 Subject: [PATCH] build: Add missing source file extension --- unittest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt index 7b9a58dda..fc54fe01a 100644 --- a/unittest/CMakeLists.txt +++ b/unittest/CMakeLists.txt @@ -13,7 +13,7 @@ set( test_ccache.cpp test_compopt.cpp test_compression_types.cpp - test_core_ShowIncludesParser + test_core_ShowIncludesParser.cpp test_core_Statistics.cpp test_core_StatisticsCounters.cpp test_core_StatsLog.cpp -- 2.47.2