mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
add files include in CMakeLists.txt and Android.mk.
This commit is contained in:
parent
49b2939f0d
commit
3d56e952f9
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue