Browse Source

Update CMakeLists.txt.

poke646_vendetta
Night Owl 8 years ago
parent
commit
3e0920cc3d
  1. 1
      cl_dll/CMakeLists.txt
  2. 1
      dlls/CMakeLists.txt

1
cl_dll/CMakeLists.txt

@ -49,6 +49,7 @@ set (CLDLL_SOURCES @@ -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

1
dlls/CMakeLists.txt

@ -141,6 +141,7 @@ set (SVDLL_SOURCES @@ -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)

Loading…
Cancel
Save