mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-02 19:07:53 -05:00
adding initial project layout
This commit is contained in:
10
src/core/CMakeLists.txt
Normal file
10
src/core/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
set(SRCS src/core.cpp
|
||||
src/memory.cpp
|
||||
src/boot/apploader.cpp
|
||||
src/boot/bootrom.cpp
|
||||
src/boot/loader.cpp
|
||||
src/hle/hle.cpp
|
||||
src/hw/hw.cpp
|
||||
)
|
||||
|
||||
add_library(core STATIC ${SRCS})
|
Reference in New Issue
Block a user