From 63a733b934d50cfcc44a394ef4e0307aecdcc529 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 4 Oct 2019 00:52:48 +0200 Subject: [PATCH] - Project file for last commit. --- source/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index e1173505b..a55c696f3 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -966,8 +966,8 @@ set (PCH_SOURCES common/utility/utf8.cpp common/utility/superfasthash.cpp common/utility/configfile.cpp - - common/console/c_cvars.cpp + common/utility/file_zip.cpp + common/utility/resourcefile.cpp ) if( MSVC )