This commit is contained in:
Henrik Rydgård 2017-01-25 19:29:43 +01:00
parent ff9e1517c7
commit 23e354847d
2 changed files with 5 additions and 1 deletions

View File

@ -338,6 +338,7 @@ add_library(Common STATIC
Common/LogManager.cpp
Common/LogManager.h
Common/MemArenaAndroid.cpp
Common/MemArenaDarwin.cpp
Common/MemArenaPosix.cpp
Common/MemArenaWin32.cpp
Common/MemArena.h

View File

@ -193,7 +193,10 @@ EXEC_AND_LIB_FILES := \
$(SRC)/Common/ColorConv.cpp \
$(SRC)/Common/KeyMap.cpp \
$(SRC)/Common/LogManager.cpp \
$(SRC)/Common/MemArena.cpp \
$(SRC)/Common/MemArenaAndroid.cpp \
$(SRC)/Common/MemArenaDarwin.cpp \
$(SRC)/Common/MemArenaWin32.cpp \
$(SRC)/Common/MemArenaPosix.cpp \
$(SRC)/Common/MemoryUtil.cpp \
$(SRC)/Common/MsgHandler.cpp \
$(SRC)/Common/FileUtil.cpp \