add files include in CMakeLists.txt and Android.mk.

This commit is contained in:
daniel229 2014-12-05 15:24:39 +08:00
parent 49b2939f0d
commit 3d56e952f9
2 changed files with 3 additions and 0 deletions

View File

@ -1236,6 +1236,8 @@ add_library(${CoreLibName} ${CoreLinkType}
Core/HLE/sceRtc.h
Core/HLE/sceSas.cpp
Core/HLE/sceSas.h
Core/HLE/sceSha256.cpp
Core/HLE/sceSha256.h
Core/HLE/sceSsl.cpp
Core/HLE/sceSsl.h
Core/HLE/sceUmd.cpp

View File

@ -261,6 +261,7 @@ EXEC_AND_LIB_FILES := \
$(SRC)/Core/HLE/sceRtc.cpp \
$(SRC)/Core/HLE/scePsmf.cpp \
$(SRC)/Core/HLE/sceSas.cpp \
$(SRC)/Core/HLE/sceSha256.cpp \
$(SRC)/Core/HLE/sceSsl.cpp \
$(SRC)/Core/HLE/sceUmd.cpp \
$(SRC)/Core/HLE/sceUsb.cpp \