mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
MemArena: Split into three separate files for each OS.
This commit is contained in:
@ -85,7 +85,6 @@ add_library(common
|
||||
Matrix.h
|
||||
MD5.cpp
|
||||
MD5.h
|
||||
MemArena.cpp
|
||||
MemArena.h
|
||||
MemoryUtil.cpp
|
||||
MemoryUtil.h
|
||||
@ -185,16 +184,19 @@ if(ANDROID)
|
||||
AndroidAnalytics.cpp
|
||||
AndroidAnalytics.h
|
||||
Logging/ConsoleListenerDroid.cpp
|
||||
MemArenaAndroid.cpp
|
||||
)
|
||||
elseif(WIN32)
|
||||
target_sources(common PRIVATE
|
||||
LdrWatcher.cpp
|
||||
LdrWatcher.h
|
||||
Logging/ConsoleListenerWin.cpp
|
||||
MemArenaWin.cpp
|
||||
)
|
||||
else()
|
||||
target_sources(common PRIVATE
|
||||
Logging/ConsoleListenerNix.cpp
|
||||
MemArenaUnix.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user