Skip to content

Commit

Permalink
cmake: update list of mimalloc files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jun 18, 2024
1 parent cb2bc7f commit 7530402
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 @@ -312,6 +312,7 @@ if(PROJECT_VKQUAKE)

set(OTHER_FILES
${OTHER_FILES}
"${SRC}/Quake/mimalloc/prim/emscripten/prim.c"
"${SRC}/Quake/mimalloc/prim/osx/alloc-override-zone.c"
"${SRC}/Quake/mimalloc/prim/osx/prim.c"
"${SRC}/Quake/mimalloc/prim/unix/prim.c"
Expand All @@ -330,8 +331,10 @@ if(PROJECT_VKQUAKE)
"${SRC}/Quake/mimalloc/alloc.c"
"${SRC}/Quake/mimalloc/arena.c"
"${SRC}/Quake/mimalloc/bitmap.c"
"${SRC}/Quake/mimalloc/free.c"
"${SRC}/Quake/mimalloc/heap.c"
"${SRC}/Quake/mimalloc/init.c"
"${SRC}/Quake/mimalloc/libc.c"
"${SRC}/Quake/mimalloc/options.c"
"${SRC}/Quake/mimalloc/os.c"
"${SRC}/Quake/mimalloc/page-queue.c"
Expand Down

0 comments on commit 7530402

Please sign in to comment.