Skip to content

Commit

Permalink
cmake: add new source files to quakespasm-spiked target
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jul 26, 2023
1 parent 699eb00 commit 23bb155
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ if(PROJECT_SPIKED)
${SPIKED_SOURCES}
${NON_VKQUAKE_SOURCES}
"${SRC}/Quake/fs_zip.c"
"${SRC}/Quake/pmove.c"
"${SRC}/Quake/pmove.h"
"${SRC}/Quake/pmovetst.c"
"${SRC}/Quake/snd_voip.c"
"${SRC}/Quake/snd_voip.h"
)
Expand Down

0 comments on commit 23bb155

Please sign in to comment.