diff --git a/cl_dll/CMakeLists.txt b/cl_dll/CMakeLists.txt index 0fd431dc..5f16c9ea 100644 --- a/cl_dll/CMakeLists.txt +++ b/cl_dll/CMakeLists.txt @@ -49,6 +49,7 @@ set (CLDLL_SOURCES ../dlls/poke646/nailgun.cpp ../dlls/poke646/weapon_pipebomb.cpp ../dlls/poke646/xensquasher.cpp + ../dlls/vendetta/par21.cpp ev_hldm.cpp hl/hl_baseentity.cpp hl/hl_events.cpp diff --git a/dlls/CMakeLists.txt b/dlls/CMakeLists.txt index 2a8b15a1..7f30b853 100644 --- a/dlls/CMakeLists.txt +++ b/dlls/CMakeLists.txt @@ -141,6 +141,7 @@ set (SVDLL_SOURCES poke646/weapon_pipebomb.cpp poke646/xenspit.cpp poke646/xensquasher.cpp + vendetta/par21.cpp ) include_directories (. wpn_shared poke646 ../common ../engine ../pm_shared ../game_shared ../public)