From: Joel Rosdahl Date: Mon, 7 Nov 2022 20:11:36 +0000 (+0100) Subject: chore: Sort file list X-Git-Tag: v4.7.4~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed4dc2c362a4b8cccccfd3a80f7ba3ce31a3679;p=thirdparty%2Fccache.git chore: Sort file list --- diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index c664dda53..0a448b985 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -2,11 +2,11 @@ set( sources CacheEntry.cpp Manifest.cpp + MsvcShowIncludesOutput.cpp Result.cpp ResultExtractor.cpp ResultInspector.cpp ResultRetriever.cpp - MsvcShowIncludesOutput.cpp Statistics.cpp StatisticsCounters.cpp StatsLog.cpp