mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 08:57:54 -05:00
tests: Arm testing framework
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
set(SRCS
|
||||
common/param_package.cpp
|
||||
core/arm/arm_test_common.cpp
|
||||
core/file_sys/path_parser.cpp
|
||||
core/hle/kernel/hle_ipc.cpp
|
||||
glad.cpp
|
||||
@ -7,6 +8,7 @@ set(SRCS
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
core/arm/arm_test_common.h
|
||||
)
|
||||
|
||||
create_directory_groups(${SRCS} ${HEADERS})
|
||||
|
Reference in New Issue
Block a user