From c6b15908ce09d320b1321bb4c9a1944139322019 Mon Sep 17 00:00:00 2001 From: mittorn Date: Sun, 29 Jul 2018 17:52:37 +0700 Subject: [PATCH] Try fix CMakeLists --- dlls/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dlls/CMakeLists.txt b/dlls/CMakeLists.txt index 55370eeb..e7ccdc0a 100644 --- a/dlls/CMakeLists.txt +++ b/dlls/CMakeLists.txt @@ -139,6 +139,10 @@ set (SVDLL_SOURCES ../pm_shared/pm_debug.c ../pm_shared/pm_math.c ../pm_shared/pm_shared.c + coop.cpp + gravgunmod.cpp + enttools.cpp + prop.cpp ) include_directories (. wpn_shared ../common ../engine ../pm_shared ../game_shared ../public)