summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-10-12 20:30:16 +0200
committerJoel Rosdahl <joel@rosdahl.net>2022-10-12 20:30:16 +0200
commit3748f828abee586e41bd18b8441d17e298de8d14 (patch)
treefe69b97899448d15e6a920ba7c4a9dba69eb5d31
parentb1348e5f5ebe10b486b4e86f0114884a04f9531a (diff)
downloadccache-3748f828abee586e41bd18b8441d17e298de8d14.tar.gz
build: Add missing source file extension
-rw-r--r--unittest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/CMakeLists.txt b/unittest/CMakeLists.txt
index 7b9a58dd..fc54fe01 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