Skip to content

Commit

Permalink
cmake: actualize vkquake file list
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jun 30, 2024
1 parent b1a1390 commit 8d85083
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 @@ -240,6 +240,7 @@ elseif(PROJECT_VKQUAKE)
"${SRC}/Quake/sys_sdl.c"
"${SRC}/Quake/tasks.c"
"${SRC}/Quake/tasks.h"
"${SRC}/Quake/quakever.h"
)
else()
set(COMMON_SOURCES
Expand Down Expand Up @@ -348,6 +349,8 @@ if(PROJECT_VKQUAKE)
"${SRC}/Quake/mimalloc/mimalloc-new-delete.h"
"${SRC}/Quake/mimalloc/mimalloc-override.h"
"${SRC}/Quake/mimalloc/mimalloc.h"
"${SRC}/Windows/.clang-format"
"${SRC}/.clang-format"
)
else()
set(WINDOWS_SOURCES
Expand Down

0 comments on commit 8d85083

Please sign in to comment.