MemArena: Add Darwin implementation

This commit is contained in:
OatmealDome
2025-01-08 12:46:31 -05:00
parent 9b3b6bea9d
commit d5dbb0b285
3 changed files with 241 additions and 0 deletions

View File

@ -228,6 +228,11 @@ elseif(WIN32)
Logging/ConsoleListenerWin.cpp
MemArenaWin.cpp
)
elseif(APPLE)
target_sources(common PRIVATE
Logging/ConsoleListenerNix.cpp
MemArenaDarwin.cpp
)
else()
target_sources(common PRIVATE
Logging/ConsoleListenerNix.cpp